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
fix(uiCanExit): removed setTimeout wrapper of hook registration
Remove setTimeout wrapper for registerUiCanExitHook and move it to the
node ref function.
The setTimeout is preventing the hook to be registered if the state
is entered and exited synchronously.
0 commit comments