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
With above code, when I enter /route2 in browser then I got
Warning: [react-router] `Router` no longer defaults the history prop to hash history. Please use the `hashHistory` singleton instead. http://tiny.cc/router-defaulthistory
Warning: [react-router] Location "/" did not match any routes
Try this code and navigate to
/route2
. Thenreplace
not work and there is some errors in browser console.But this code works (without
match
).I'm using react-router v2.8.1
The text was updated successfully, but these errors were encountered: