-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'getValue') #293
Comments
@shirinapr I had the same issue, solution was to downgrade to |
Thanks for your response, ultimately I decided to go with another package. |
What is your advice for another package? |
The maintainer works at Vercel and Shadcn/ui uses it too. |
I tried react-modal-sheet, it works fine. |
@shirinapr Disable React Strict Mode |
My code:
The text was updated successfully, but these errors were encountered: