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
This is intended and it will propably go under the location params to and from instead of an extra argument.
I cannot search for the issue right now but this has been asked before and it's being tracked so closing as a duplicate
What problem does this feature solve?
when doing
router.replace('url')
,next('otherUrl')
will cause this navigation becomerouter.push
.when doing
router.push('url')
,next({..., replace: true})
will cause this navigation becomerouter.replace
.want to know current navigating statue inside guards to solve this problem.
What does the proposed API look like?
or:
The text was updated successfully, but these errors were encountered: