Skip to content

fix table helper type #1059

fix table helper type

fix table helper type #1059

Triggered via push January 7, 2025 05:09
Status Failure
Total duration 2m 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test & Publish
Parameter 'context' implicitly has an 'any' type.
Test & Publish
Parameter 'context' implicitly has an 'any' type.
Test & Publish
Parameter 'context' implicitly has an 'any' type.
Test & Publish
Parameter 'context' implicitly has an 'any' type.
Test & Publish
Type '(table: Table_Internal<NoInfer<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }>, never[]>) => () => RowModel<...>' is not assignable to type '(table: Table<NoInfer<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }>, NoInfer<RowData>[]>) => () => RowModel<...>'.
Test & Publish
Type 'ColumnDef<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }, Person, unknown>[]' is not assignable to type 'ColumnDef<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }, RowData, unknown>[]'.
Test & Publish
Parameter 'row' implicitly has an 'any' type.
Test & Publish
Parameter 'row' implicitly has an 'any' type.
Test & Publish
Parameter 'header' implicitly has an 'any' type.
Test & Publish
Parameter 'header' implicitly has an 'any' type.
Test & Publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636