-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Redux Toolkit not compatible with React 19? Could not resolve dependency. #4540
Comments
React 19 is not released yet. There's no reason that |
To put it another way:
So, either use NPM's options to override the installation behavior, or use a better package manager that doesn't yell at you like this :) |
Just as a side note I have working PRs migrating to React 19. They will most likely sit in draft until after the stable release of React 19, but they should circumvent the peer dependency issues for the time being. For Redux-Toolkit: npm install https://pkg.csb.dev/reduxjs/redux-toolkit/commit/436d29c1/@reduxjs/toolkit For React-Redux: npm install https://pkg.csb.dev/reduxjs/react-redux/commit/3271037e/react-redux |
I have same problem right now, and searching for answers. |
Yes, React 19 still has not been released, so we cannot make any claims about being compatible with it. |
what's the update right now, cause I am also facing the npm err while installation. |
@just-abdullah-dev there is no update, because React 19 is still not final yet. |
Make it React 18 |
@zguo123 yes, now that it's officially out, we'll be bumping our peer deps accordingly. |
I am trying to use redux toolkit with react 19. Can you guide me ? |
Hey there, I'm trying out the React Compiler on the React 19 beta but when running
npm install
on the latest@reduxjs/toolkit
I'm gettingCould not resolve dependency
errors. Below is the full error, is this a known problem?The text was updated successfully, but these errors were encountered: