-
Notifications
You must be signed in to change notification settings - Fork 37
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
Invalid Hook Call Warning #17
Comments
Oh! Can you tell me about the specific Situation that occurred this warning? |
Hi CHEWCHEWW, The same errror "Invalid hook call. Hooks can only be called inside of the body of a function component.". Occurred with me as well. My Steps were as simple as it can be :
index.js:1 The above error occurred in the component: |
Please fix this, this is great library and might just not be popular because we cannot get past this error |
+1 |
This is because of mismatching versions in React. I updated the dependencies in this PR #20 |
hi could this PR be merged please? I'm trying to use this but unable to do so because of the hook warning :( |
When I use react-web-editor, application had a error "Invalid hook call. Hooks can only be called inside of the body of a function component"
The text was updated successfully, but these errors were encountered: