-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Closed
Description
Version
v5.1.1
Steps to reproduce
- Using
reactv15.6.2andreact-routerv5.1.1 - Production build (minified) with webpack v2 and Uglify (not sure if pertinent to the issue but part of the setup I am using)
- Create a component that renders with:
<div>
<Link to={`/watch=${someVar}`}>Direct Link{</Link>
</div>
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.
Metadata
Metadata
Assignees
Labels
No labels
