Skip to content

[core, storybook] update version of sigma & grapho #224

[core, storybook] update version of sigma & grapho

[core, storybook] update version of sigma & grapho #224

Triggered via push July 25, 2024 11:18
Status Failure
Total duration 1m 22s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: packages/core/src/hooks/useRegisterEvents.ts#L15
Argument of type '{ clickNode: boolean; rightClickNode: boolean; downNode: boolean; enterNode: boolean; leaveNode: boolean; doubleClickNode: boolean; wheelNode: boolean; clickEdge: boolean; rightClickEdge: boolean; ... 18 more ...; resize: boolean; }' is not assignable to parameter of type 'Record<"clickStage" | "doubleClickStage" | "rightClickStage" | "wheelStage" | "downStage" | "upStage" | "leaveStage" | "enterStage" | "clickNode" | "doubleClickNode" | "rightClickNode" | ... 13 more ... | keyof SigmaAdditionalEvents, unknown>'.
test: packages/layout-core/src/useLayoutFactory.ts#L4
Cannot find module '@react-sigma/core' or its corresponding type declarations.
test: packages/layout-core/src/useWorkerLayoutFactory.ts#L4
Cannot find module '@react-sigma/core' or its corresponding type declarations.
test: packages/layout-core/src/WorkerLayoutControl.tsx#L3
Cannot find module '@react-sigma/core' or its corresponding type declarations.
test: packages/layout-circlepack/src/useLayoutCirclepack.ts#L3
Cannot find module '@react-sigma/layout-core' or its corresponding type declarations.
test: packages/layout-circular/src/useLayoutCircular.ts#L3
Cannot find module '@react-sigma/layout-core' or its corresponding type declarations.
test: packages/layout-force/src/useLayoutForce.ts#L3
Cannot find module '@react-sigma/layout-core' or its corresponding type declarations.
test: packages/layout-force/src/useWorkerLayoutForce.ts#L3
Cannot find module '@react-sigma/layout-core' or its corresponding type declarations.
test: packages/layout-force/src/LayoutForceControl.tsx#L4
Cannot find module '@react-sigma/layout-core' or its corresponding type declarations.
test: packages/layout-forceatlas2/src/useLayoutForceAtlas2.ts#L3
Cannot find module '@react-sigma/layout-core' or its corresponding type declarations.