Detected multiple renderers concurrently rendering the same context provider. #56901
Unanswered
DiegoCantu
asked this question in
App Router
Replies: 1 comment
-
I had the save problem on NextJS 14 , I manage to solve it using the latest redux versions but it requires a @types/react version, hope this helps. "react-redux": "^9.1.1", |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This happen just after update 13.5.4 to 13.5.5
Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.
at Provider (webpack-internal:///(ssr)/./node_modules/react-redux/lib/components/Provider.js:19:3)
If I back to previous versions this warning not happen,
I'm not sure if is a bug or just a warning or this still happen in 13.5.4 but now appear the warning
in the new version because now was detect
Beta Was this translation helpful? Give feedback.
All reactions