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
* A number of StrictMode fixes and updates (#99) ([1511129](https://github.com/jquense/react-common-hooks/commit/1511129898f9b95659bab7f964fe33528d04b938)), closes [#99](https://github.com/jquense/react-common-hooks/issues/99)
5
+
6
+
7
+
### BREAKING CHANGES
8
+
9
+
* no longer supports `cancelPrevious` this is always true
10
+
11
+
* fix:(useDebouncedCallback): Clean up timeout logic in strict mode
12
+
13
+
* chore: deprecate useWillUnmount
14
+
15
+
This hook is not possible in StrictMode, and can cause bugs
16
+
17
+
* fix(useForceUpdate): ensure that chained calls produce an update
0 commit comments