react-sigma
react-sigma copied to clipboard
Sigma instances are not killed when component is unmounted
I have an application where I mount and unmount often my sigma component, while I have another instance behind that is always there. At some point, since the sigma instances are not killed which makes the WebGL contexts leak, the main instance (the one behind) stopped working.
But normally it should be killed : https://github.com/sim51/react-sigma/blob/1.3.0/src/SigmaContainer.tsx#L83-L91
Closing it due to inactivity and not reproducibility.