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
- Rename `lastInvokeTime` → `baselineTime` to reflect its actual role as the maxWait baseline
- Replace sentinel `0` with `undefined` so `Date.now() === 0` edge cases do not misfire
- Unify parameter name `debounceMs` → `wait` across `debounce()` (matches lodash/es-toolkit and `useDebouncedCallback`)
- Add JSDoc to `useDebouncedCallback` warning about passing stable references for `callback` / `options`
No behavior change. 92/92 tests pass, `pnpm check` clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
0 commit comments