-
Notifications
You must be signed in to change notification settings - Fork 72
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
Uncaught TypeError: Cannot read properties of null (reading 'useRef') #102
Comments
I am too getting this error |
I am to getting this error. how we can resolve this. |
Can we please fix this for react 17+ |
Same here |
any solution yet?? same error ` react.development.js:1630 Uncaught TypeError: Cannot read properties of null (reading 'useRef')
|
Hello, Just want to mention here that I fixed this error after upgrading from React 17 -> 18! |
Use 0.5.3 version to fix this issue.
|
And for styling, need to import css as |
It looks resolved with #116 |
this error happens when using it with react 17.0.0
any idea how to solve it ?
The text was updated successfully, but these errors were encountered: