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
We listen got popstate and then call the navigate function with the current href. The navigate function then calls pushState with that href which overwrites history. This commit add an option to the navigate function to disable pushSate when not needed. Fixes#373
0 commit comments