Issues
- 0
- 3
- 4
`leading: true` does not work in StrictMode
#183 opened by nklhtv - 4
- 1
useThrottledCallback time interval bug
#184 opened by GH-YinXiaoMin - 1
Recall debounceCallback with latest arguments
#186 opened by ManuLpz4 - 1
- 4
isPending() state isn't reset to false if the tracked value hasn't changed.
#178 opened by wkd-kapsule - 1
Link to dan_abramov's tweet is a dead link now
#179 opened by kamui - 2
API of hooks are not documented
#171 opened by vitonsky - 2
useDebouncedCallback major change in v6.0.0. If you use older version you should go through Changelog to get a fresh API
#175 opened by pstatxde - 4
Incorrect return type for flush() function
#174 opened by h - 2
- 8
[9.0.1] TS7016: Could not find a declaration file for module 'use-debounce'.
#152 opened by efstathiosntonas - 8
"leading: true" not working for v7
#124 opened by mntnoe - 2
- 7
5.0.3 — useDebouncedCallback export issue
#85 opened by kamranahmedse - 1
Not react hook?
#159 opened by gnortpro - 6
Cannot find module 'use-debounce'
#151 opened by denchen - 1
Cannot use import statement outside of a module - running with jest in ESM mode
#147 opened by matewilk - 1
use-debounce to auto-save multi input form
#142 opened by WebDev-Akhil - 3
- 6
- 2
- 2
- 1
errors in debounce fn are not propagated
#130 opened by yarinsa - 4
create-react-app 5 compatibility
#125 opened by jordanamr - 3
Add types to package.json export
#123 opened - 2
value controller reference changes on every render
#121 opened by msharifi99 - 2
` useDebouncedCallback` does not have ` equalityFn` option in the type definition.
#119 opened by harrisonywu - 5
How do you mock useDebounce?
#109 opened by DoryZi - 8
Bad example for useDebouncedCallback in README
#105 opened by TonisPiip - 2
useDebouncedCallback() has a slightly wrong type
#103 opened by VanTanev - 1
pending has been renamed isPending in the source but not in the README
#102 opened by make-github-pseudonymous-again - 0
isPending Type '() => boolean' is not assignable to type 'boolean | null | undefined'.
#101 opened by kockok - 8
Infinite startTimer loop causing high CPU load
#97 opened by gtanczyk - 8
Slight confusion between v4 `callPending` (function) and new `pending` (boolean)
#67 opened by yuanworks - 0
- 5
Callback can't return a promise
#78 opened by BrendonSled - 5
- 5
Unit Testing Component - with Hook
#89 opened by Miteshdv - 2
Changelog for 5.0.4?
#88 opened by bengtan - 2
- 1
ReactNative warning: Package ignored
#87 opened by itsmelion - 3
- 1
- 1
Docs about pending
#65 opened by kockok - 4
add "isPending" to the useDebouncedCallback
#61 opened by capaj - 2
npm package is updated to 4.0 but releases page on repo don't reflect possible breaking changes
#64 opened by RwwL - 6
How to restore the behavior of v3 in v4?
#63 opened by ivan-aksamentov