Warning: Invalid hook call #104
Replies: 2 comments 2 replies
-
|
Chances are you have more than one copy of React in your |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I tried kicking off CRA project with your list of dependencies, and it works fine on my side. Can you perform the following troubleshooting steps for me, pls?
curl -s http://localhost:3000/static/js/bundle.js | grep -c 'function useImperativeHandle' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
current code in component looks like this
package.json react version:
"react": "^18.2.0",
"react-dom": "^18.2.0",
error I get on page load (component render:
Beta Was this translation helpful? Give feedback.
All reactions