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
What is the current behavior?
Hook now fired even when component has been mounted.
Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have extra dependencies other than react-use. Paste the link to your JSFiddle or CodeSandbox example below:
What is the expected behavior?
I expect that hook should be called only after I edit input.
A little about versions:
OS:
Browser (vendor and version):
React:
react-use: 13.3.0
Did this worked in the previous package version?
This behavior not reproduced in [email protected]
The text was updated successfully, but these errors were encountered:
Any changes about this issue?
Have the same problem and I'm thinking about using useRef flag inside useDebounce. But I think this should be implemented by default into useDebounce hook.
What is the current behavior?
Hook now fired even when component has been mounted.
Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have extra dependencies other than
react-use
. Paste the link to your JSFiddle or CodeSandbox example below:What is the expected behavior?
I expect that hook should be called only after I edit input.
A little about versions:
react-use
: 13.3.0This behavior not reproduced in [email protected]
The text was updated successfully, but these errors were encountered: