-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
🐛 Bug Report
Radio isn't working in next.js using typescript
Have you read the Contributing Guidelines on issues?
yes !
To Reproduce
- Create new react/next.js app with npx create-react-app or npx create-next-app --use-npm (Typescript)
- Install PCR with npm i pretty-checkbox pretty-checkbox-react
- Create new component with Foo
Expected behavior
should display Radio with style
Actual Behavior
Your Environment
node -v 16.15.0
"react": "18.2.0",
"react-dom": "18.2.0"
Reactions are currently unavailable


