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
When `<Routes location=“history”/>` is used
we now fall back to window.location for browsers
that don’t support the HTML5 history API
Rather than falling back to hash, falling back to
window.location ensures urls are identical for
all users, and sharing them will always work
closes#50
0 commit comments