Skip to content

PLAT-3985 WIP

PLAT-3985 WIP #87

Triggered via push December 3, 2024 06:07
Status Success
Total duration 1m 1s
Artifacts

ci.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (22.x): src/components/tables/DataTable/DataTableEager.stories.tsx#L124
Argument of type '{ name: { type: string; operators: string[]; label: string; placeholder: string; }; email: { type: string; operators: string[]; label: string; placeholder: string; }; company: { type: string; operators: string[]; label: string; placeholder: string; }; joinDate: { type: string; operators: string[]; label: string; placeholder: string; }; daysActive: { type: string; operators: string[]; label: string; placeholder: string; accessor: (user: User) => number; }; }' is not assignable to parameter of type 'Fields'.
build (22.x): src/components/tables/DataTable/DataTableEager.stories.tsx#L125
Argument of type 'TypeOfFieldsSpec<Fields>[]' is not assignable to parameter of type 'SetStateAction<readonly User[]>'.
build (22.x): src/components/tables/DataTable/DataTableEager.tsx#L133
Type 'import("/home/runner/work/baklava/baklava/src/types/react-table").FilterQuery' is not assignable to type 'import("/home/runner/work/baklava/baklava/src/components/tables/MultiSearch/filterQuery").FilterQuery'.
build (22.x): src/components/tables/DataTable/DataTableStream.stories.tsx#L52
Type '({ previousItem, previousPageState, limit, orderings, globalFilter }: { previousItem: User | null; previousPageState?: UserPageState | undefined; offset: number; pageSize: number; limit: number; sortBy: SortingRule<User>[]; orderings: { column: string; direction: "ASC" | "DESC"; }[]; globalFilter: any; filters: Filters<User>; customFilters: FilterQuery; }) => Promise<DataTableQueryResult<User, UserPageState> | { itemsPage: User[]; pageState: null; isEndOfStream: boolean; }>' is not assignable to type 'DataTableQuery<User, UserPageState>'.
build (22.x): src/components/tables/DataTable/DataTableStream.stories.tsx#L59
Argument of type 'User | null' is not assignable to parameter of type 'User'.
build (22.x): src/components/tables/DataTable/DataTableStream.stories.tsx#L70
Expected 3 arguments, but got 1.
build (22.x): src/components/tables/DataTable/DataTableStream.stories.tsx#L76
Property 'column' does not exist on type '{ column: string; direction: "ASC" | "DESC"; } | undefined'.
build (22.x): src/components/tables/DataTable/DataTableStream.stories.tsx#L76
Property 'direction' does not exist on type '{ column: string; direction: "ASC" | "DESC"; } | undefined'.
build (22.x): src/components/tables/DataTable/DataTableStream.stories.tsx#L78
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'User'.
build (22.x): src/components/tables/DataTable/DataTableStream.stories.tsx#L78
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'User'.
build (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636