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
Describe the bug
After regenerating package-lock I found my build broken with recent updates on 3d-force-graph and three-forcegraph.
Multiple TS errors, but for example:
TS2315: Type 'LinkObject' is not generic. [plugin angular-compiler]
node_modules/3d-force-graph/dist/3d-force-graph.d.ts:19:102:
19 │ ... NodeObject = NodeObject, L extends LinkObject = LinkObject>
After pinpointing I figured out the cause was with a combination of these packages being updated.
Describe the bug
After regenerating package-lock I found my build broken with recent updates on
3d-force-graph
andthree-forcegraph
.Multiple TS errors, but for example:
After pinpointing I figured out the cause was with a combination of these packages being updated.
Working scenario, but fixed dependencies
Stackblitz: https://stackblitz.com/edit/4nxu3z-vdpcuy
"Fixed" & working
package.json
, notice that I did include "three-forcegraph"Failing scenario: force-graph-3d v1.73.5 (fixed three-forcegraph to v1.41.15 dependency)
Stackblitz: https://stackblitz.com/edit/4nxu3z-jfhk4g
Failing scenario,
3d-force-graph
v1.73.4 with non-fixed three-forcegraph (v1.42.2)Stackblitz: https://stackblitz.com/edit/4nxu3z-utov1u
To Reproduce
See stackblitz, only difference is in package.json / package-lock.json
Expected behavior
Build to succeed
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: