react-typical
react-typical copied to clipboard
Cleanup function
If you using useEffect please return cleanup function otherwise component get bugged.
Seconding this. We just noticed the bug on a site I'm working on and have no way to fix it.
If you using useEffect please return cleanup function otherwise component get bugged.
Mine is still bugging even after returning the cleanup function :'(