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(useTimeout): make StrictMode safe
* fix(useAnimationFrame)!: Make StrictMode safe
BREAKING CHANGE: no longer supports `cancelPrevious` this is always true
* fix:(useDebouncedCallback): Clean up timeout logic in strict mode
* chore: deprecate useWillUnmount
This hook is not possible in StrictMode, and can cause bugs
* fix(useForceUpdate): ensure that chained calls produce an update
* Update useCustomEffect.ts
* address feedback
0 commit comments