react-redux 6.0.0 support
See original GitHub issueCurrently this can’t be used with react-redux v6 because they have switched over to the new context API. Currently it breaks when trying to get store from this.context
in component/AsyncConnect.js
isLoaded
function.
For now the solution is to not update to react-router v6, but it would be nice
May need a higher order component to get the store into there? Anyone have thoughts on how to approach this?
More information: https://blog.isquaredsoftware.com/2018/11/react-redux-history-implementation/#v6-0
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8 (8 by maintainers)
Top Results From Across the Web
6.0.0 - react-redux - npm
Official React bindings for Redux. Latest version: 8.0.5, last published: 2 months ago. Start using react-redux in your project by running ...
Read more >Compatibility with react-redux@^6.0.0 · Issue #417 - GitHub
Because redux-devtools@^6.0.0 is no longer supporting passing the store as a prop to connected components, using redux-devtools is no longer ...
Read more >how to implement the new react-redux v6.0.0 - Stack Overflow
I was able to solve the problem by actually listening to what the error message said. there were two problems with my code....
Read more >Installation - Redux Form
Community. Adding A Robust Form Validation To React Redux Apps - Blog. Have questions? Ask for help on Github or in the # ......
Read more >Upgrading to React-Redux v6: Around the New Context API
So React-Redux upgraded to 6.0.0. ... topics about React-Redux v6: Using custom context; Accessing the store; Supporting multiple stores.
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
Done 😃
@AVVS Thanks a ton!