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
A hash change causes a HTML popstate event, which causes the router to redirect. I don't want that, I actually never want the router to do anything when the hash of the URL changes. To me this seems like a bug. Am I missing something?
(Note; I can understand this behaviour for hash mode, but I am using history mode)