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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
in Router.navigate method, even if the process.then goes to error case, we are not rejecting the promise, and setting the instruction.canonical form. which causes location.path to change, even if the canDeactivate returns false.
Issue: this is causing the navigation to happen twice. And also url changes even if I returned false in canDeactivate.
in Router.navigate method, even if the process.then goes to error case, we are not rejecting the promise, and setting the instruction.canonical form. which causes location.path to change, even if the canDeactivate returns false.
Issue: this is causing the navigation to happen twice. And also url changes even if I returned false in canDeactivate.
when the pipeline.Process fails(canDeactivate returns false), we should finishNavigating but also reject the promise.
my fix for this is
The text was updated successfully, but these errors were encountered: