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

Update react version used in example to latest #104

Closed EdAllonby closed 3 years ago

EdAllonby commented 3 years ago

The example uses a very old version of react (15). Updating the example to the latest version of react fixes the example page. Not too sure what stopped working with react v15 - I've never used this version.

image