vasturiano / react-force-graph

React component for 2D, 3D, VR and AR force directed graphs
https://vasturiano.github.io/react-force-graph/example/large-graph/
MIT License
2.19k stars 281 forks source link

Three Js Dependency issue #486

Open usama440-coder opened 8 months ago

usama440-coder commented 8 months ago

Bug Description While incorporating 'react-force-graph' (ForceGraph3D) in my React application, I'm facing dependency issues for expand/collapse node feature.

Screenshot Screenshot from 2024-01-18 15-31-16

System info.

Additional information Other packages work perfectly fine.

vasturiano commented 7 months ago

@usama440-coder that import error seems to be from a different module: three-globe, via react-globe.gl.

In any case, the best is to try to reproduce that error in https://codesandbox.io/ so that we know which specific versions of three etc might be causing an issue.