fix curved path picking #394
Annotations
11 errors and 3 warnings
clean-lint-build-test (14.x):
src/graph/edges/path/StraightPath.ts#L147
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
|
clean-lint-build-test (14.x):
src/graph/edges/path/StraightPath.ts#L154
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
|
clean-lint-build-test (14.x)
Process completed with exit code 1.
|
clean-lint-build-test (16.x)
The job was canceled because "_14_x" failed.
|
clean-lint-build-test (16.x):
src/graph/edges/path/StraightPath.ts#L147
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
|
clean-lint-build-test (16.x):
src/graph/edges/path/StraightPath.ts#L154
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
|
clean-lint-build-test (16.x)
Process completed with exit code 1.
|
clean-lint-build-test (18.x)
The job was canceled because "_14_x" failed.
|
clean-lint-build-test (18.x):
src/graph/edges/path/StraightPath.ts#L147
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
|
clean-lint-build-test (18.x):
src/graph/edges/path/StraightPath.ts#L154
Argument of type '{ id?: number; source: number; target: number; control: number; sourceColor?: number; targetColor?: number; pickingColor?: number; }' is not assignable to parameter of type 'CurvedPathEdgeData'.
|
clean-lint-build-test (18.x)
The operation was canceled.
|
clean-lint-build-test (14.x):
src/graph/edges/path/CurvedPath.ts#L8
'printDataGL' is defined but never used
|
clean-lint-build-test (16.x):
src/graph/edges/path/CurvedPath.ts#L8
'printDataGL' is defined but never used
|
clean-lint-build-test (18.x):
src/graph/edges/path/CurvedPath.ts#L8
'printDataGL' is defined but never used
|