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

Destroy controller on component unmount.

Open billvog opened this issue 9 months ago • 0 comments

Fix for #55

That caused problems when StrictMode was on as it mounted the component two times, and we ended up with two controllers while we only have one in our JSX structure.

billvog avatar May 21 '24 19:05 billvog