fix more type errors #1058
Annotations
10 errors and 1 warning
Run Tests
Parameter 'context' implicitly has an 'any' type.
|
Run Tests
Parameter 'context' implicitly has an 'any' type.
|
Run Tests
Parameter 'context' implicitly has an 'any' type.
|
Run Tests
Parameter 'context' implicitly has an 'any' type.
|
Run Tests
Type '(table: Table_Internal<NoInfer<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }>, never[]>) => () => RowModel<...>' is not assignable to type '(table: Table<NoInfer<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }>, NoInfer<RowData>[]>) => () => RowModel<...>'.
|
Run Tests
Type 'ColumnDef<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }, Person, unknown>[]' is not assignable to type 'ColumnDef<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors>; }, RowData, unknown>[]'.
|
Run Tests
Property 'lastName' does not exist on type 'Person[]'.
|
Run Tests
Type '{ firstName: string; lastName: string; age: number; visits: number; status: string; progress: number; }[]' is not assignable to type 'Person[][]'.
|
Run Tests
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>'.
|
Run Tests
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>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading