react-typical icon indicating copy to clipboard operation
react-typical copied to clipboard

Cleanup function

Open kubo550 opened this issue 5 years ago • 2 comments

If you using useEffect please return cleanup function otherwise component get bugged.

kubo550 avatar Mar 20 '21 21:03 kubo550

Seconding this. We just noticed the bug on a site I'm working on and have no way to fix it.

benslv avatar May 15 '21 11:05 benslv

If you using useEffect please return cleanup function otherwise component get bugged.

Mine is still bugging even after returning the cleanup function :'(

NeoHBz avatar Jan 17 '22 15:01 NeoHBz