-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
React Router v5.1.1 Link Breaks with React v15.6.2 #6954
Comments
Could this be a follow-up error of the #6934 fix? The 'minified react error #119' says:
https://reactjs.org/docs/error-decoder.html/?invariant=119 That smells pretty much like another ref error. Edit - yeah, it seems like 5.1.1 didn't fix the above mentioned issue. Here's a sandbox: https://codesandbox.io/s/a-simple-react-router-v4tutorial-89wli |
This should be fixed in 5.1.2, released soon |
This was referenced Oct 9, 2019
chitezh
added a commit
to chitezh/react-router
that referenced
this issue
Oct 25, 2019
This was referenced Oct 26, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
v5.1.1
Steps to reproduce
react
v15.6.2
andreact-router
v5.1.1
Expected Behavior
No errors.
Actual Behavior
Console will show:
https://reactjs.org/docs/error-decoder.html/?invariant=119
Note, the problem doesn't seem to happen when we are doing a development build where nothing is minified. I am not sure exactly why that is the case. Our production build is targeting ES5.
This problem does not happen at all when we are on
v5.0.1
which we have been using for months. As a work around we have pinned our RR back to this version but could you please look into this as we would like to stay in sync with your latest releases.The text was updated successfully, but these errors were encountered: