plotly / react-cytoscapejs

React component for Cytoscape.js network visualisations
MIT License
469 stars 69 forks source link

TypeError: renderer is null #126

Open gkorland opened 7 months ago

gkorland commented 7 months ago

I'm seeing this error but the graph is rendered without any visible issues. I only this error when using "cose" layout.

Unhandled Runtime Error

TypeError: renderer is null
Call Stack
endBatch/<
node_modules/cytoscape/dist/cytoscape.cjs.js (12752:0)
endBatch
node_modules/cytoscape/dist/cytoscape.cjs.js (12747:0)
positions
node_modules/cytoscape/dist/cytoscape.cjs.js (7945:0)
refreshPositions
node_modules/cytoscape/dist/cytoscape.cjs.js (18295:0)
refresh
node_modules/cytoscape/dist/cytoscape.cjs.js (17865:0)
frame
node_modules/cytoscape/dist/cytoscape.cjs.js (17924:0)
jeevangelista commented 6 months ago

were you able to resolve the issue?

gkorland commented 6 months ago

No...