Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Clear interval on unmount? #8

Open
ashevchenko0309 opened this issue Sep 24, 2020 · 1 comment
Open

Clear interval on unmount? #8

ashevchenko0309 opened this issue Sep 24, 2020 · 1 comment

Comments

@ashevchenko0309
Copy link

No description provided.

@ashevchenko0309
Copy link
Author

React.useEffect(() => {
   const interval = setInterval(capture, 100)
   return () => { clearIntrval(interval) }
  }, []);

Something like this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant