Questions tagged [nextui]

32 questions
0
votes
0 answers

event.target.checked doesn't return True or False when using NextUi checkbox component

I'm using a NextUi Checkbox component and I'm trying to create a handleFonction in order to get boolean of the event (true of false). So I use event.target.checked but it returns undefined. Event if I use event.checked it doesn't work (still…
-1
votes
1 answer

Module not found: Can't resolve '@react-stately/collections' in Next.js app

I was working on the Next.js app. I installed the react-use package in my Next.js project! Suddenly Next.js started throwing errors! Then, I searched for similar errors on Stackoverflow. Some of them suggested removing node_modules and…
Prathamesh More
  • 1,470
  • 2
  • 18
  • 32
1 2
3