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
feat(transition): Improve supersede logic: Do not supersede if the new trans is aborted before onStart
Previously, any calls to state.go would supersede the running transition.
Now, if the new transition is aborted before it reaches "run" phase (onStart hook),
it will not cause the running transition to be aborted.
Closes#41
0 commit comments