plotly / react-cytoscapejs

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

Immutable diff #23

Closed manotoor closed 5 years ago

manotoor commented 5 years ago

Using the immutable diff described below does not render anything for react cytoscape. Had to change it to objectA !== objectB, however loading a complete different set of nodes with similar id's causes a problem

diff = (objectA, objectB) =>{ return objectA === objectB; }

maxkfranz commented 5 years ago

Please include a reproducible test case