react-scrollmagic
react-scrollmagic copied to clipboard
Destroy controller on component unmount.
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.