Skip to content

fix: add a key prop for the table column #843

fix: add a key prop for the table column

fix: add a key prop for the table column #843

Triggered via pull request October 30, 2023 15:51
Status Failure
Total duration 10m 6s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build: src/Table/BaseTable.story.tsx#L272
Type '({ label: string; dataKey: string; align?: undefined; } | { label: string; dataKey: string; align: string; })[]' is not assignable to type 'ColumnType[]'.
build: src/Table/BaseTable.story.tsx#L287
Type '({ label: string; dataKey: string; align?: undefined; } | { label: string; dataKey: string; align: string; })[]' is not assignable to type 'ColumnType[]'.
build: src/Table/BaseTable.story.tsx#L301
Type '({ label: string; dataKey: string; align?: undefined; } | { label: string; dataKey: string; align: string; })[]' is not assignable to type 'ColumnType[]'.
build: src/Table/BaseTable.story.tsx#L344
Type '({ label: string; dataKey: string; align?: undefined; } | { label: string; dataKey: string; align: string; })[]' is not assignable to type 'ColumnType[]'.
build: src/Table/BaseTable.story.tsx#L364
Type '({ label: string; dataKey: string; align?: undefined; } | { label: string; dataKey: string; align: string; })[]' is not assignable to type 'ColumnType[]'.
build: src/Table/BaseTable.story.tsx#L373
Type '({ label: string; dataKey: string; align?: undefined; } | { label: string; dataKey: string; align: string; })[]' is not assignable to type 'ColumnType[]'.
build: src/Table/BaseTable.story.tsx#L381
Type '({ label: string; dataKey: string; align?: undefined; } | { label: string; dataKey: string; align: string; })[]' is not assignable to type 'ColumnType[]'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/