fix: add a key prop for the table column #843
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/
|