Redux 4.0 support?
See original GitHub issueSince release of redux@4.0.0
, there’s a
warning " > redux-devtools-extension@2.13.2" has incorrect peer dependency "redux@^3.1.0".
Is redux-devtools-extension
compatible with redux@4.0.0
?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:27
- Comments:8
Top Results From Across the Web
Support Redux v4 · Issue #391 · reduxjs/redux-devtools
There are some breaking changes in Redux v4 that needs to be adressed here. Using the 4.0.0-beta.1 release results in the following error:...
Read more >Redux - npm
We have a variety of resources available to help you learn Redux, no matter what your background or learning style is.
Read more >Redux - A predictable state container for JavaScript apps ...
Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
Read more >Redux 4.0 Compatability - WordPress.org
Owner of Redux here. We did a compatibility check on your theme. It will work flawlessly with Redux 4.0. There is a small...
Read more >дэн on Twitter: "React Redux 4.0 out with breaking changes ...
React Redux 4.0 out with breaking changes and full support for React 0.14. github.com. Release v4.0.0 · reduxjs/react-redux.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The npm package (v2.13.3) is now supported Redux v4. 😃
@victoriafrench This is right of the top of my head, but maybe it can point in the right direction: I was experiencing issues when upgrading to redux v4 in an app based on react-boilerplate. The app was crashing with redux-devtools-extension when navigating to another page.