Add cell range selection feature #3
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
test:
website/routes/RangeSelection.tsx#L388
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Row'.
|
|
test:
src/Cell.tsx#L94
Argument of type '{ row: R; column: CalculatedColumn<R, SR>; selectCell: (openEditor?: boolean) => void; }' is not assignable to parameter of type 'CellClickArgs<NoInfer<R>, NoInfer<SR>>'.
|