feat: update deprecated type change #1067
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.
|