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
The page on routing incorrectly says that calling emit('popState') will make the browser go back in history. As explained in this PR choojs/choo#621, you should use history.go(-1) instead (since emitting popState does nothing).
The text was updated successfully, but these errors were encountered:
The page on routing incorrectly says that calling
emit('popState')
will make the browser go back in history. As explained in this PR choojs/choo#621, you should usehistory.go(-1)
instead (since emitting popState does nothing).The text was updated successfully, but these errors were encountered: