-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not working with react-redux hooks API #13
Comments
looking into this |
any news? |
so the issue in this specific case is the package-lock.json enforcing multiple versions of React if you remove the package-lock (and rm -fr node_modules) reinstall it will run but create a different error:
Which needs to be addressed separately. The reason for the failure is that hooks/compatible.js loads whichever The reason for the new failure, I think, is that react internals have changed slightly and we need to sync the way we override to make this work. |
I encountered this when using a context provider and a child inside with After a big deep dive today, I was starting to conclude this as well:
|
On my machine, Next.js didn't work if, in Windows Terminal, the disk letter (for example, After I changed the current directory from Source: vercel/next.js#7626 (comment) |
Repro: https://github.com/irudoy/esx-repro-rr
The text was updated successfully, but these errors were encountered: