You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to open the 3D graph view, I get the following error, and nothing renders:
node:internal/structured_clone:23 Uncaught RangeError: Maximum call stack size exceeded
at structuredClone (node:internal/structured_clone:23:17)
at _Graph.clone (plugin:3d-graph:31002:25)
at ForceGraph2.getGraphData (plugin:3d-graph:30323:46)
at ForceGraph2.createInstance (plugin:3d-graph:30420:74)
at ForceGraph2.createGraph (plugin:3d-graph:30411:10)
at new ForceGraph2 (plugin:3d-graph:30401:10)
at Graph3dView.appendGraph (plugin:3d-graph:30870:23)
at Graph3dView.showGraph (plugin:3d-graph:30852:12)
at Graph3dPlugin.openGraph (plugin:3d-graph:31157:19)
at Graph3dPlugin.openGlobalGraph (plugin:3d-graph:31150:12)
I suppose that my graph is too big (10+K notes)
The text was updated successfully, but these errors were encountered:
When I try to open the 3D graph view, I get the following error, and nothing renders:
I suppose that my graph is too big (10+K notes)
The text was updated successfully, but these errors were encountered: