You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'path' of undefined
at Switch.js:53
at forEachSingleChild (ReactChildren.js:51)
at traverseAllChildrenImpl (traverseAllChildren.js:77)
at traverseAllChildrenImpl (traverseAllChildren.js:93)
at traverseAllChildren (traverseAllChildren.js:172)
at Object.forEachChildren [as forEach] (ReactChildren.js:71)
at Switch.render (Switch.js:51)
at ReactCompositeComponent.js:796
at measureLifeCyclePerf (ReactCompositeComponent.js:75)
at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (ReactCompositeComponent.js:795)
The text was updated successfully, but these errors were encountered:
Version
4.0.0-beta.7 (or any 4.x version lower than the current
@next
)Steps to reproduce
package.json
of an actual project, use an exact-version dependency, e.g."react-router-dom": "4.0.0-beta.7"
npm install
without recycling node_modules)npm install
Expected Behavior
No runtime errors.
Actual Behavior
Wrong dependency to beta.8:
Random runtime errors, nothing is rendered, e.g.:
The text was updated successfully, but these errors were encountered: