plotly / react-cytoscapejs

React component for Cytoscape.js network visualisations
MIT License
483 stars 68 forks source link

Add register extensions #29

Closed mattorp closed 5 years ago

mattorp commented 5 years ago

Register extensions in the constructor. This allows usage with Gatsby, #28.

Lacks tests

mattorp commented 5 years ago

Extensions should not be registered in the constructor, see #28.