React-Redux 6 doesn't trigger state/changes after upgrading
See original GitHub issueDo you want to request a feature or report a bug?
Probably a bug or conflicts with other packages.
What is the current behavior?
I have been using react-redux 5.1.1
, after upgrading to v6.0.0
my components stopped getting any updates from store, events are dispatched, state is updated, but no changes are being propagated to components, therefore nothing is rendered.
Here is a video for better understanding the problem - https://www.screencast.com/t/NE5wouflLs
What is the expected behavior?
Should work without changing anything as far as no braking changes were introduced.
Which versions of React, ReactDOM/React Native, Redux, and React Redux are you using? Which browser and OS are affected by this issue? Did this work in previous versions of React Redux?
package.json
file that works - https://gist.github.com/CROSP/f89558dee71f3dcf4bfbecec71e9d248
package.json
file that causes such weird behavior - https://gist.github.com/CROSP/f251b7596da98658a624742b55116c5e
Did anyone face similar issues?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top GitHub Comments
FWIW, I pasted the app.js file into Expo Snack and it worked fine there toggling between v5 and v6. I’ve never worked with RN before, so I’m not sure what tooling I would need to try out the repo locally.
Hello guys,
I spent a couple days dealing with issue. It got resolved when I rolled back to redux-react version 5. I also put together a sample project that shows this issue (I tested it on iOS simulator only. Not sure about Android):
I also created a repository and pushed it there. You can find it here: https://bitbucket.org/okazia/reactreduxbug6.0.0/