You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Graph is not removing its event listeners when unmounting. This is a simple problem that I have a fix already done for.
Graph with no id replots itself multiple times during startup, with different auto id each time and in a new DOM element each time. Event listeners are only attached to the first one so can never be removed after that one is discarded. Do we even need these auto ids anymore? Can we just get the element from a ref and forget about generating id (and having to query the DOM every time we want to address the graph)? Also can we avoid this multiple redraw thing?