Issue with Installing @reduxjs/toolkit in Next.js 15 #72820
Unanswered
jsdev-robin
asked this question in
Help
Replies: 1 comment
-
Hi, Next 15 uses React 19. |
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.
-
I'm encountering an issue while trying to install @reduxjs/toolkit in a Next.js 15 project. After running npm install @reduxjs/toolkit, I'm facing compatibility issues, possibly due to dependencies or changes in Next.js 15 that affect Redux toolkit integration.
I would appreciate any insights on:
Whether Next.js 15 has introduced breaking changes that affect Redux or Redux Toolkit.
Suggested solutions or workarounds for integrating Redux Toolkit with Next.js 15.
Looking forward to hearing your thoughts and any advice on how to resolve this issue. Thanks!
Additional information
Beta Was this translation helpful? Give feedback.
All reactions