Add coordinate system logic to plate component #847
Annotations
11 errors
typecheck:
src/ImageMap/index.stories.tsx#L24
Type '{ row: "A"; column: 3; }' is missing the following properties from type 'Coordinates': coordinateSystem, position
|
typecheck:
src/ImageMap/index.stories.tsx#L56
Type '{ row: "A"; column: 3; }' is missing the following properties from type 'Coordinates': coordinateSystem, position
|
typecheck:
src/Plate/constants.ts#L3
Cannot find module '../../types' or its corresponding type declarations.
|
typecheck:
src/Plate/coordinateSystem.ts#L17
Type 'CoordinateRow | undefined' is not assignable to type 'CoordinateRow'.
|
typecheck:
src/Plate/coordinateSystem.ts#L21
Type 'CoordinateRow | undefined' is not assignable to type 'CoordinateRow'.
|
typecheck:
src/Plate/coordinateSystem.ts#L25
Type 'CoordinateColumn | undefined' is not assignable to type 'CoordinateColumn'.
|
typecheck:
src/Plate/coordinateSystem.ts#L29
Type 'CoordinateColumn | undefined' is not assignable to type 'CoordinateColumn'.
|
typecheck:
src/Plate/index.test.tsx#L8
Property 'coordinateSystem' is missing in type '{ data: null; }' but required in type 'PlateProps'.
|
typecheck
Process completed with exit code 2.
|
build
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|