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
Wrap any component with withRouter and navigate to the path contains that component through <Link> or router.push
Possible Root Cause
It's probably a bug of react-router V3 or Vulcan setup router wrong. I can reproduce the same problem with Vulcan example project.
There is no effective workaround. Since Vulcan community is discussing about migration to react-router V4 now (Feb. 2018), I'm counting on that to fix this problem.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce The Bug
Wrap any component with
withRouter
and navigate to the path contains that component through<Link>
orrouter.push
Possible Root Cause
It's probably a bug of
react-router V3
orVulcan
setup router wrong. I can reproduce the same problem with Vulcan example project.There is no effective workaround. Since
Vulcan
community is discussing about migration toreact-router V4
now (Feb. 2018), I'm counting on that to fix this problem.The text was updated successfully, but these errors were encountered: