Lodash Debounce not working in storybook/react 6.5.9 #24760
Unanswered
FocusCookie
asked this question in
Help
Replies: 1 comment
-
@FocusCookie, hi, did you fix this behavior? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋,
I'm facing the problem that the lodash debounce function is not working as expected in Storybook. I debounced an input field text. In my app, it works as expected, but not in the SB story. Also, when I set the debounce time to 0, it works in Storybook as well. The regular usage of setTimeout is working in Storybook.
Lodash version: 4.17.15
Does anybody have an idea what could cause this behavior?
Thanks a lot :)
Beta Was this translation helpful? Give feedback.
All reactions