-
Just noticed this issue appear when trying to build after updating usehooks-ts to 2.11.0. Has anyone else encountered this?
|
Beta Was this translation helpful? Give feedback.
Answered by
juliencrn
Jan 31, 2024
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juliencrn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
lodash.debounce
is a usehooks' optional peer dependency required inuseDebounceCallback
. You need tonpm i lodash.debounce
to use this hook. It was added that way to minimize the bundle size, only pay for what you use.