Closed franklixuefei closed 5 years ago
react-redux-loading-bar@4.1.0 requires a peer of react-redux@^3.0.0 || ^4.0.0 || ^5.0.0 but none is installed
@franklixuefei Good question. I think the Loading Bar doesn't support the latest Redux yet. I'll try to find time to release an updated version this week.
@franklixuefei Turned out that react-redux@6.0.0 doesn't change the connect
API and the line you quoted is related to libraries that pull the store
out of the context
. Loading Bar never did that so I bumped the dependency in v4.2.0.
I also updated the demo to the latest versions: https://mironov.github.io/react-redux-loading-bar/ Source code of the demo is at: https://github.com/mironov/react-redux-loading-bar/tree/gh-pages
Thanks you!
On Jan 10, 2019, at 4:27 AM, Anton Mironov notifications@github.com wrote:
@franklixuefei Turned out that react-redux@6.0.0 doesn't change the connect API and the line you quoted is related to libraries that pull the store out of the context. Loading Bar never did that so I bumped the dependency in v4.2.0.
I also updated the demo to the latest versions: https://mironov.github.io/react-redux-loading-bar/ Source code of the demo is at: https://github.com/mironov/react-redux-loading-bar/tree/gh-pages
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
I asked because in the latest react-redux specs, it mentioned that