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
Hey, guys! How is it going? I think that it would be great to have a new method to restart the debounce timer like restart() or recall(). Is the same as calling again the function with the last arguments, I think a useRef() hook is more than enough to achieve it.
What do you think?
The text was updated successfully, but these errors were encountered:
ManuLpz4
changed the title
Reset debouncer with last arguments
Recall debounceCallback with latest arguments
Oct 4, 2024
Hey, guys! How is it going? I think that it would be great to have a new method to restart the debounce timer like
restart()
orrecall()
. Is the same as calling again the function with the last arguments, I think auseRef()
hook is more than enough to achieve it.What do you think?
The text was updated successfully, but these errors were encountered: