-
-
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
Compatibility with react-redux@^7.0.0 #473
Comments
Similarly, I installed the latest versions of react, redux, react-redux and then redux-devtools, but it gives me a warning possibly equivalent to yours: redux-devtools@3.5.0 requires a peer of react-redux@^4.0.0 || ^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself Should I roll back to an earlier version of react-redux in order to use the redux-devtools? (npm installed the latest version of react-redux as of today, 7.0.3) Please advise. |
Any updates on this? |
React-redux is now 7.1.1, do we expect any update to support it? As far as I can tell, everything does work with the latest version, but npm warns on the peer dep version mismatch. Thanks for any feedback on this! |
Any updates? |
1 similar comment
Any updates? |
any updates? |
I will have to ask about this too, any updates? |
Having this issue as well. |
I am having the same problem |
There was a comment from Nathan Bierema/Methuselah96 about forking redux-devtools. But now I couldn't find it. Anybody has ideas why? Or where is it? |
Yeah, sorry, I have forked Originally I posted and said that you can now use that using a package alias (e.g. Does anyone know any way to fix this issue? The only real solution I can think of is to fork every package that has a peer dependency on |
Hello @Methuselah96 , saw you comments on #502. I just wanted to ask if your exchange with @timdorr has led to any update to this particular issue? |
@quezath No updates yet. |
Just merged in a PR to add it. We should get it released soon. |
I am using react-redux 7.0.3, and there is a dependency problem with redux-devtools:
extract of my package.json:
And the problem is:
npm ERR! peer dep missing: react-redux@^4.0.0 || ^5.0.0 || ^6.0.0, required by redux-devtools@3.5.0
The text was updated successfully, but these errors were encountered: