Created
October 28, 2022 03:45
-
-
Save PhilipWee/ee7cd2ecf4acd7e585a023c15c70e560 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
useEffect(() => { | |
return () => { | |
if (!timer.current) return; | |
clearTimeout(timer.current); | |
}; | |
}, []); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment