Detect popstate
vs push
/replace
in navigation guards
#3453
Labels
feature request
group[current route information]
Issues regarding current route information that is currently missing
needs RFC
This feature request needs to go through the RFC process to gather more information
It would be useful to detect if navigation comes from interaction within the app (
router.push()
) or outside of it (history.back()
).The API is still to be decided and should be the same on v4 and v3, probably something inside of the
to
parameter of navigation guardsRelated #1620
The text was updated successfully, but these errors were encountered: