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
currently the only way to cancel the transition from handler seem to be rejecting the promise.
As returning false from handler cancels the transition I'd expect resolving returned promise with false should also cancel the transition
currently the only way to cancel the transition from handler seem to be rejecting the promise.
As returning
false
from handler cancels the transition I'd expect resolving returned promise withfalse
should also cancel the transitionthis seems to be a bit related to #171
The text was updated successfully, but these errors were encountered: