-
Notifications
You must be signed in to change notification settings - Fork 33
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
Legacy Context removed on react-redux@^6 #101
Comments
Yup, this is definitely an issue. I just upgraded to
|
Anyone feel up to creating a checker to maintain compatibility? Or can you downgrade to a lower version will accept PRs or documentation regarding the issue |
Here are some good links on what changed and how to fix it:
|
@ScriptedAlchemy, I managed to get this package work with |
@cdoublev, open a PR with whatever you have done. paste in an example and it will help me look at abstracting it. @raRaRa - thanks for pointing me in the direction, I'm in the middle of watching and adding a major fix to react static. It is moving out of beta very soon to the next major version. I've been tied up with that project for this week. I should be able to invest in an implementation at end of this week. As always - the more debug info any user who reads this issue, the faster ill fix it with less risk :P Really appreciate you fellas taking the time to look over the problem and provide some ideas. This will be my next priority as soon as react-static is stabilized. I apologize that i am bottlenecking us at the moment. Its 12am and it has been a few days of late nights on RS. I hope to be on standby tomorrow, allowing me to devote time to RFR/RFRL |
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 2.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi there!
Just wanted to give a heads up regarding the usage of the legacy context to access redux's store on
Link
andNavLink
.redux-react
is planning on removing the legacy context to move to the new context API provided by react (https://github.com/reduxjs/react-redux/releases/tag/v6.0.0-beta.1).In any case, thanks for the great work so far!
The text was updated successfully, but these errors were encountered: