Skip to content

feat: update deprecated type change #1067

feat: update deprecated type change

feat: update deprecated type change #1067

Re-run triggered August 24, 2024 14:56
Status Failure
Total duration 6m 10s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Preview
Argument of type 'UnionToIntersection<("ColumnFiltering" extends keyof TFeatures ? TableState_ColumnFiltering : TableState_ColumnFiltering_Unavailable) | ... 11 more ... | ("RowSorting" extends keyof TFeatures ? TableState_RowSorting : TableState_RowSorting_Unavailable)>' is not assignable to parameter of type 'object | undefined'.
Preview
Argument of type 'Updater<UnionToIntersection<("ColumnFiltering" extends keyof TFeatures ? TableState_ColumnFiltering : TableState_ColumnFiltering_Unavailable) | ... 11 more ... | ("RowSorting" extends keyof TFeatures ? TableState_RowSorting : TableState_RowSorting_Unavailable)>>' is not assignable to parameter of type 'StoreSetter<object, []>'.
Preview
Argument of type '(prev: TableOptions<TFeatures, TData>) => Simplify<Override<Override<TableOptions<TFeatures, TData> extends any ? {} & { [K in keyof TableOptions<...>]: K extends never ? DistributeOverride<...> : TableOptions<...>[K]; } : TableOptions_Core<...> & UnionToIntersection<...>, TableOptions<...>>, { ...; }>>' is not assignable to parameter of type 'Updater<TableOptions<TFeatures, TData>>'.
Preview
Process completed with exit code 1.
Test
Process completed with exit code 1.