We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03694d5 commit ad42987Copy full SHA for ad42987
src/modules/universe/NeuroJsonGraph.tsx
@@ -42,7 +42,7 @@ const NeuroJsonGraph: React.FC<{ registry: Database[] }> = ({ registry }) => {
42
links: [],
43
};
44
45
- const Graph = ForceGraph3D()(graphRef.current)
+ const Graph = new ForceGraph3D()(graphRef.current)
46
.graphData(graphData)
47
.nodeRelSize(2)
48
.nodeColor(
0 commit comments