Skip to content

remove jsdoc links #1099

remove jsdoc links

remove jsdoc links #1099

Triggered via push December 13, 2025 01:22
Status Failure
Total duration 1m 52s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test & Publish
Parameter 'id' implicitly has an 'any' type.
Test & Publish
Parameter 'col' implicitly has an 'any' type.
Test & Publish
Parameter 'id' implicitly has an 'any' type.
Test & Publish
Parameter 'col' implicitly has an 'any' type.
Test & Publish
Parameter 'header' implicitly has an 'any' type.
Test & Publish
Parameter 'header' implicitly has an 'any' type.
Test & Publish
Parameter 'row' implicitly has an 'any' type.
Test & Publish
Parameter 'row' implicitly has an 'any' type.
Test & Publish
Cannot find module '@tanstack/store' or its corresponding type declarations.
Test & Publish
Property 'store' is missing in type '{ _features: TFeatures; _rowModels: CachedRowModels<TFeatures, TData>; _rowModelFns: RowModelFns<TFeatures, TData>; options: TableOptions_Core<TFeatures, TData> & UnionToIntersection<("columnFilteringFeature" extends keyof TFeatures ? TableOptions_ColumnFiltering<TFeatures, TData> : never) | ("columnGroupingFeature" extends keyof TFeatures ? TableOptions_ColumnGrouping : never) | ("columnOrderingFeature" extends keyof TFeatures ? TableOptions_ColumnOrdering : never) | ("columnPinningFeature" extends keyof TFeatures ? TableOptions_ColumnPinning : never) | ("columnResizingFeature" extends keyof TFeatures ? TableOptions_ColumnResizing : never) | ("columnSizingFeature" extends keyof TFeatures ? TableOptions_ColumnSizing : never) | ("columnVisibilityFeature" extends keyof TFeatures ? TableOptions_ColumnVisibility : never) | ("globalFilteringFeature" extends keyof TFeatures ? TableOptions_GlobalFiltering<TFeatures, TData> : never) | ("rowExpandingFeature" extends keyof TFeatures ? TableOptions_RowExpanding<TFeatures, TData> : never) | ("rowPaginationFeature" extends keyof TFeatures ? TableOptions_RowPagination : never) | ("rowPinningFeature" extends keyof TFeatures ? TableOptions_RowPinning<TFeatures, TData> : never) | ("rowSelectionFeature" extends keyof TFeatures ? TableOptions_RowSelection<TFeatures, TData> : never) | ("rowSortingFeature" extends keyof TFeatures ? TableOptions_RowSorting : never)> & UnionToIntersection<{ [K in keyof TFeatures]: TFeatures[K] extends TableFeature<infer FeatureConstructorOptions extends FeatureConstructors> ? "TableOptions" extends keyof FeatureConstructorOptions ? FeatureConstructorOptions[keyof FeatureConstructorOptions & "TableOptions"] : never : any; }[keyof TFeatures]> & TableOptions_Plugins<TFeatures, TData> & { debugAll?: boolean; debugCache?: boolean; debugCells?: boolean; debugColumns?: boolean; debugHeaders?: boolean; debugRows?: boolean; debugTable?: boolean; } & DebugKeysFor<CoreFeatures & TFeatures>; initialState: TableState<TFeatures>; }' but required in type 'Table_CoreProperties<TFeatures, TData>'.