Feat/feature unit tests p1 #1116
Annotations
10 errors and 1 warning
Run Checks
Argument of type '(Omit<TableOptions<TFeatures, Person>, "data" | "columns"> & { _features?: TFeatures | undefined; }) | undefined' is not assignable to parameter of type '(Omit<TableOptions<TFeatures, Person>, "_features" | "data" | "columns"> & { _features?: TableFeatures | undefined; }) | undefined'.
|
Run Checks:
eslint.config.js#L3
Unused '@ts-expect-error' directive.
|
Run Checks
Type 'AccessorKeyColumnDef<{}, Person, string>' is not assignable to type 'ColumnDef<{}, Person, unknown>'.
|
Run Checks
Type 'AccessorFnColumnDef<{}, Person, string>' is not assignable to type 'ColumnDef<{}, Person, unknown>'.
|
Run Checks
Type 'AccessorKeyColumnDef<{}, Person, number>' is not assignable to type 'ColumnDef<{}, Person, unknown>'.
|
Run Checks
Type 'AccessorKeyColumnDef<{}, Person, number>' is not assignable to type 'ColumnDef<{}, Person, unknown>'.
|
Run Checks
Type 'AccessorKeyColumnDef<{}, Person, string>' is not assignable to type 'ColumnDef<{}, Person, unknown>'.
|
Run Checks
Type 'AccessorKeyColumnDef<{}, Person, number>' is not assignable to type 'ColumnDef<{}, Person, unknown>'.
|
Run Checks
Object literal may only specify known properties, and 'getCoreRowModel' does not exist in type 'TableOptionsWithReactiveData<TableFeatures, { firstName: string; lastName: string; age: number; visits: number; status: string; progress: number; }>'.
|
Run Checks
Type 'AccessorKeyColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, string>' is not assignable to type 'ColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, unknown>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading