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.

Incompatibility with React > 16.8.0?

See original GitHub issue

Do 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:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
markeriksoncommented, Mar 29, 2019

Yeah, whatever’s going on here shouldn’t be a React-Redux issue. Closing this one.

0reactions
elmeerrcommented, Mar 31, 2019

@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 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

React v16.8: The One With Hooks
Yes! Starting with 16.8.0, React includes a stable implementation of React Hooks for: React DOM; React DOM Server; React Test Renderer; React ...
Read more >
Could not resolve dependency error peer react@"^16.8.0
Try this npm config set legacy-peer-deps true npm i.
Read more >
react-instantsearch-hooks-web versions and peer dependencies
Online Peer dependency version tool to search for compatible versions of related NPM packages.
Read more >
react-dom - npm
This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the...
Read more >
React 18 is not compatible with Fluent UI and how to work ...
Develop 1 Limited Blog - Microsoft Dynamics 365 Solutions - React ... ERR! peer @types/react@">=16.8.0 <18.0.0" from @fluentui/react@8.67.2 ...
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