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
@@ -316,7 +338,7 @@ You can provide additional options as a third argument to both `useDebounce` and
316
338
| maxWait | - | Describes the maximum time func is allowed to be delayed before it's invoked |https://github.com/xnimorz/use-debounce#cancel-maxwait-and-memoization|
317
339
| leading | - | This param will execute the function once immediately when called. Subsequent calls will be debounced until the timeout expires. |https://github.com/xnimorz/use-debounce#leading-calls|
318
340
| trailing | true | This param executes the function after timeout. |https://github.com/xnimorz/use-debounce#leading-calls|
319
-
| equalityFn | (prev, next) => prev === next |[useDebounce ONLY] Comparator function which shows if timeout should be started ||
341
+
| equalityFn | (prev, next) => prev === next |[useDebounce ONLY] Comparator function which shows if timeout should be started ||
0 commit comments