Eliav2 / react-xarrows

Draw arrows (or lines) between components in React!
https://codesandbox.io/embed/github/Eliav2/react-xarrows/tree/master/examples?fontsize=14&hidenavigation=1&theme=dark
MIT License
584 stars 75 forks source link

added cleanUp before umounting of xarrow #1

Closed Eliav2 closed 4 years ago

Eliav2 commented 4 years ago

now all the registered events are removed before unmount (and this prevent memory leaks).