Skip to content

fix more type errors #1058

fix more type errors

fix more type errors #1058

Triggered via push January 7, 2025 03:23
Status Failure
Total duration 3m 46s
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
Property 'lastName' does not exist on type 'Person[]'.
Test & Publish
Type '{ firstName: string; lastName: string; age: number; visits: number; status: string; progress: number; }[]' is not assignable to type 'Person[][]'.
Test & Publish
Type 'Column<{ columnFilteringFeature: TableFeature<ColumnFilteringFeatureConstructors>; globalFilteringFeature: TableFeature<GlobalFilteringFeatureConstructors>; columnFacetingFeature: TableFeature<...>; }, Person[], unknown>' is not assignable to type 'Column<{ columnFilteringFeature: TableFeature<ColumnFilteringFeatureConstructors>; globalFilteringFeature: TableFeature<GlobalFilteringFeatureConstructors>; columnFacetingFeature: TableFeature<...>; }, Person>'.
Test & Publish
Type 'Table<{ columnFilteringFeature: TableFeature<ColumnFilteringFeatureConstructors>; globalFilteringFeature: TableFeature<GlobalFilteringFeatureConstructors>; columnFacetingFeature: TableFeature<...>; }, Person[]>' is not assignable to type 'Table<{ columnFilteringFeature: TableFeature<ColumnFilteringFeatureConstructors>; globalFilteringFeature: TableFeature<GlobalFilteringFeatureConstructors>; columnFacetingFeature: TableFeature<...>; }, Person>'.
Test & Publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636