Add coordinate system logic to plate component #810
Annotations
9 errors
Run yarn run typecheck:
src/ImageMap/index.stories.tsx#L24
Object literal may only specify known properties, but 'coordinates' does not exist in type 'PlateWell'. Did you mean to write 'coordinate'?
|
Run yarn run typecheck:
src/ImageMap/index.stories.tsx#L56
Object literal may only specify known properties, but 'coordinates' does not exist in type 'PlateWell'. Did you mean to write 'coordinate'?
|
Run yarn run typecheck:
src/Plate/constants.ts#L3
Cannot find module '../../types' or its corresponding type declarations.
|
Run yarn run typecheck:
src/Plate/coordinateSystem.ts#L17
Type 'CoordinateRow | undefined' is not assignable to type 'CoordinateRow'.
|
Run yarn run typecheck:
src/Plate/coordinateSystem.ts#L21
Type 'CoordinateRow | undefined' is not assignable to type 'CoordinateRow'.
|
Run yarn run typecheck:
src/Plate/coordinateSystem.ts#L25
Type 'CoordinateColumn | undefined' is not assignable to type 'CoordinateColumn'.
|
Run yarn run typecheck:
src/Plate/coordinateSystem.ts#L29
Type 'CoordinateColumn | undefined' is not assignable to type 'CoordinateColumn'.
|
Run yarn run typecheck:
src/Plate/index.test.tsx#L8
Property 'coordinateSystem' is missing in type '{ data: null; }' but required in type 'PlateProps'.
|
Run yarn run typecheck
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading