crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
946 stars 170 forks source link

Destroy the Network graph on component unload #132

Open daliborfilus opened 2 years ago

daliborfilus commented 2 years ago

fixes #131

daliborfilus commented 2 years ago

I can confirm that by adding this, the graph re-renders again and again successfully without performance loss.

Sothatsit commented 1 year ago

+1, this is great