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
warning(false,'It appears you have provided a deprecated history object to `<Router/>`, please use a history provided by '+
96
96
'React Router with `import { browserHistory } from \'react-router\'` or `import { hashHistory } from \'react-router\'`. '+
97
-
'If you are using a valid custom history please set `history.__v2_compatible__ = true`. http://tiny.cc/router-usinghistory')
97
+
'If you are using a custom history please create it with `useRouterHistory`, see http://tiny.cc/router-usinghistory for details.')
98
98
createHistory=()=>history
99
99
}else{
100
100
warning(false,'`Router` no longer defaults the history prop to hash history. Please use the `hashHistory` singleton instead. http://tiny.cc/router-defaulthistory')
0 commit comments