question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

react-redux 6.0.0 support

See original GitHub issue

Currently 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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
AVVScommented, Mar 10, 2019

Done 😃

0reactions
ioanlucutcommented, Mar 11, 2019

@AVVS Thanks a ton!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found