-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
look #676
Comments
same here, i think there is a bug or something with the component |
I got the same error, after I upgraded "react" and "react-dom" to version 18.3.1. |
worked perfectly, thanks ! |
It worked thanks 😊 |
is there no solution from material-tailwind team? |
Not working @eggert-plaio
|
dont use "^" instead do this: |
Working fine Thanks. |
Working perfectly, Thanks 😊 |
Had a similar issue, downgraded material-tailwind to 2.0.5. This seems to be the same issue as this thread: #693 (comment) |
Wow, Working correctly, Thanks, |
Cannot read properties of null (reading 'useContext')
TypeError: Cannot read properties of null (reading 'useContext')
at useContext (http://localhost:3002/static/js/bundle.js:21236:25)
at useTheme (http://localhost:3002/static/js/bundle.js:19732:32)
at http://localhost:3002/static/js/bundle.js:19546:40
at renderWithHooks (http://localhost:3002/static/js/bundle.js:75858:22)
at updateForwardRef (http://localhost:3002/static/js/bundle.js:79107:24)
at beginWork (http://localhost:3002/static/js/bundle.js:81168:20)
at HTMLUnknownElement.callCallback (http://localhost:3002/static/js/bundle.js:66114:18)
at Object.invokeGuardedCallbackDev (http://localhost:3002/static/js/bundle.js:66158:20)
at invokeGuardedCallback (http://localhost:3002/static/js/bundle.js:66215:35)
at beginWork$1 (http://localhost:3002/static/js/bundle.js:86113:11)
The text was updated successfully, but these errors were encountered: