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
Similar to router.history.canGoBack i'd like to be able to check if there is history on the stack to go forward. Couldn't figure out a way to accomplish this using the router.history alone.
Currently if you call router.history.forward() with nothing forward, nothing happens. Would like to be able to check first.
I saw #181 (reply in thread) but there still doesn't seem to be a way to check if there is anything forward.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to
router.history.canGoBack
i'd like to be able to check if there is history on the stack to go forward. Couldn't figure out a way to accomplish this using the router.history alone.Currently if you call
router.history.forward()
with nothing forward, nothing happens. Would like to be able to check first.I saw #181 (reply in thread) but there still doesn't seem to be a way to check if there is anything forward.
Beta Was this translation helpful? Give feedback.
All reactions