Skip to content

Add cell range selection feature #3

Add cell range selection feature

Add cell range selection feature #3

Triggered via push April 21, 2025 07:25
Status Failure
Total duration 56s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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>>'.