Skip to content

fix null pointer in assignAPIs #1013

fix null pointer in assignAPIs

fix null pointer in assignAPIs #1013

Triggered via push December 27, 2024 21:31
Status Failure
Total duration 2m 38s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test & Publish
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'.
Test & Publish
Expected 2 type arguments, but got 1.
Test & Publish
Type 'AccessorKeyColumnDef<Post, RowData, any>[]' is not assignable to type 'ColumnDef<TableFeatures, never, unknown>[]'.
Test & Publish
Type 'AccessorKeyColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, string>' is not assignable to type 'ColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, unknown>'.
Test & Publish
Type 'AccessorFnColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, string>' is not assignable to type 'ColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, unknown>'.
Test & Publish
Type 'AccessorKeyColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, number>' is not assignable to type 'ColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, unknown>'.
Test & Publish
Type 'AccessorKeyColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, number>' is not assignable to type 'ColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, unknown>'.
Test & Publish
Type 'AccessorKeyColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, "relationship" | "complicated" | "single">' is not assignable to type 'ColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, unknown>'.
Test & Publish
Type 'AccessorKeyColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, number>' is not assignable to type 'ColumnDef<{ columnPinningFeature: TableFeature<{}>; columnVisibilityFeature: TableFeature<{}>; }, Person, unknown>'.
Test & Publish
Argument of type '{}' is not assignable to parameter of type 'ColumnPinningState'.
Test & Publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636