plotly / react-cytoscapejs

React component for Cytoscape.js network visualisations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: renderer is null

gkorland opened this issue · comments

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)

were you able to resolve the issue?

No...