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
If I'm on /foo
When I do router.setRoute('/foo/bar');
The browser will move to /foo/bar#
Then when I click back the first time I get to /foo/bar
And only the second time go back to /foo
The text was updated successfully, but these errors were encountered:
using config -
If I'm on
/foo
When I do
router.setRoute('/foo/bar');
The browser will move to
/foo/bar#
Then when I click back the first time I get to
/foo/bar
And only the second time go back to
/foo
The text was updated successfully, but these errors were encountered: