Skip to content

Do not pass isRowSelectionDisabled prop to the div #4667

Do not pass isRowSelectionDisabled prop to the div

Do not pass isRowSelectionDisabled prop to the div #4667

Triggered via pull request September 5, 2024 16:36
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test (19): src/TreeDataGrid.tsx#L377
Property 'isRowSelectionDisabled' is missing in type '{ "aria-rowindex": number; row: R & GroupRow<R>; groupBy: string[]; toggleGroup: (groupId: unknown) => void; viewportColumns: readonly CalculatedColumn<R, SR>[]; ... 277 more ...; key: Key; }' but required in type 'GroupRowRendererProps<unknown, unknown>'.
test (19): src/TreeDataGrid.tsx#L396
Argument of type '{ 'aria-rowindex': number | undefined; row: R; rowClass: Maybe<(row: R, rowIdx: number) => Maybe<string>>; onCellClick: Maybe<(args: CellClickArgs<NoInfer<R>, NoInfer<SR>>, event: CellMouseEvent) => void>; ... 285 more ...; onTransitionStartCapture?: React.TransitionEventHandler<...> | undefined; }' is not assignable to parameter of type 'RenderRowProps<R, SR> & RenderRowProps<NoInfer<R>, NoInfer<SR>>'.
test (19)
Process completed with exit code 1.
test (18): src/TreeDataGrid.tsx#L377
Property 'isRowSelectionDisabled' is missing in type '{ "aria-rowindex": number; row: R & GroupRow<R>; groupBy: string[]; toggleGroup: (groupId: unknown) => void; viewportColumns: readonly CalculatedColumn<R, SR>[]; ... 265 more ...; key: Key; }' but required in type 'GroupRowRendererProps<unknown, unknown>'.
test (18): src/TreeDataGrid.tsx#L396
Argument of type '{ 'aria-rowindex': number | undefined; row: R; rowClass: Maybe<(row: R, rowIdx: number) => Maybe<string>>; onCellClick: Maybe<(args: CellClickArgs<NoInfer<R>, NoInfer<SR>>, event: CellMouseEvent) => void>; ... 273 more ...; is?: string | undefined; }' is not assignable to parameter of type 'RenderRowProps<R, SR> & RenderRowProps<NoInfer<R>, NoInfer<SR>>'.
test (18)
Process completed with exit code 1.