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
I'd like to make use of the navigation callbacks onBeforeNavigation and onNavigation within a mounted contextual router. It works fine when I add the callback to the main router, however when I use it within a contextual router mounted under another router, the callbacks don't get called.
I'd like to make use of the navigation callbacks
onBeforeNavigation
andonNavigation
within a mounted contextual router. It works fine when I add the callback to the main router, however when I use it within a contextual router mounted under another router, the callbacks don't get called.Modified example:
The text was updated successfully, but these errors were encountered: