Incompatibility with React > 16.8.0?
See original GitHub issueDo you want to request a feature or report a bug? Bug
What is the current behavior? On my dev local, with react compiling in a non-production mode, the library works just fine.
However, when I go to run our production build process and then smoketest by running the server.js
file locally, I get the following error:
https://sentry.io/share/issue/b31d88f4cb34475f95bcdf686064c6ac/
React 16.8.0 works just fine; the patch versions higher than that don’t. I’m not sure whether this points to an issue with this library or with React.
Minimal Repro Not quite sure how to go about this. Thoughts? It’s failing on the server render, not on the clientside.
What is the expected behavior? No errors; smoketest works.
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?
Versions:
- React/DOM: >= 16.8.1
- Redux: 3.6.0
- react-redux: 6.0.1
Platform: Node 8.15.1 on Ubuntu (also appears on CircleCI Node 8 container testbed)
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top GitHub Comments
Yeah, whatever’s going on here shouldn’t be a React-Redux issue. Closing this one.
@tstirrat15 I didn’t try the
single
option yet…I’ll give a try tomorrow and let you know. Hope that we can solve this 😃