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(transitionHook): Prevent queued hookFn to be called if deregistered (#2939)
* fix(transitionHook): Prevent queued hookFn to be called if deregistered
Fix a bug where queued hooks are called even if they are deregistered
* fix(transitionHook): Update tests for API change
Closes#2928
0 commit comments