Replies: 1 comment
-
@jbudus please update the version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently ran an npm update for my nextjs/react app. (next 14 not 15)
I now get this compiling error but connot figure out why.
./node_modules/three-render-objects/dist/three-render-objects.mjs:2:1
Package path ./webgpu is not exported from package /node_modules/three.
My package.json contains this:
"react-force-graph-3d": "^1.24.5",
Any help would be very much appreciated as I've spent hours on this issue.
Beta Was this translation helpful? Give feedback.
All reactions