Skip to content

feat(angular): improvements to angularReactivityFeature, try to remove proxies #1227

feat(angular): improvements to angularReactivityFeature, try to remove proxies

feat(angular): improvements to angularReactivityFeature, try to remove proxies #1227

Triggered via pull request February 15, 2025 11:27
Status Failure
Total duration 2m 56s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Preview
Process completed with exit code 1.
Test
Cannot find module './lazy-signal-initializer' or its corresponding type declarations.
Test
Binding element 'row' implicitly has an 'any' type.
Test
Generic type 'ColumnDef' requires between 2 and 3 type arguments.
Test
Cannot find module '../src/lazy-signal-initializer' or its corresponding type declarations.
Test
No overload matches this call.
Test
Argument of type 'UserConfig & Promise<UserConfig> & (UserConfigFnObject & UserConfigExport)' is not assignable to parameter of type 'never'.
Test
No overload matches this call.
Test
Argument of type 'UserConfig & Promise<UserConfig> & (UserConfigFnObject & UserConfigExport)' is not assignable to parameter of type 'never'.
Test
Type '(table: Table_Internal<NoInfer<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors<TableFeatures, RowData>>; }>, never[]>) => () => RowModel<...>' is not assignable to type '(table: Table<NoInfer<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors<TableFeatures, RowData>>; }>, NoInfer<RowData>[]>) => () => RowModel<...>'.
Test
Type 'ColumnDef<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors<TableFeatures, RowData>>; }, Person, unknown>[]' is not assignable to type 'ColumnDef<{ rowExpandingFeature: TableFeature<RowExpandingFeatureConstructors<TableFeatures, RowData>>; }, RowData, unknown>[]'.