Skip to content

fix: serialization error for date #92

fix: serialization error for date

fix: serialization error for date #92

Triggered via push August 7, 2024 10:42
Status Failure
Total duration 32s
Billable time 1m
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build
Type '{ readonly schema: z.ZodAny; readonly filterFnList: (GenericFnSchema | StandardFnSchema)[]; readonly fieldDeepLimit: 1; readonly mapFieldName: (field: FilterField) => string; ... 4 more ...; readonly defaultRule: { ...; }; }' does not satisfy the expected type 'Required<CreateAdvancedFilterProps<unknown>>'.
build
Type '{ schema: z.ZodType<Data, z.ZodTypeDef, Data>; filterFnList: FnSchema[]; fieldDeepLimit: number; mapFieldName: (field: FilterField) => string; ... 5 more ...; container: NonNullable<OpenFilterProps<Data>["container"]> | null; }' is not assignable to type 'Required<CreateAdvancedFilterProps<Data>>'.
build
Type '{ children: Element[]; isRoot: true; filterGroup: FilterGroup; }' is not assignable to type 'IntrinsicAttributes & FilterGroupContainerProps'.
build
Type '{ children: Element; isRoot: true; filterGroup: FlattenFilterGroup; }' is not assignable to type 'IntrinsicAttributes & FilterGroupContainerProps'.
build
Type '{ children: Element[]; isRoot: true; filterGroup: FlattenFilterGroup; }' is not assignable to type 'IntrinsicAttributes & FilterGroupContainerProps'.
build
Type '{ children: Element[]; isRoot: boolean; filterGroup: { id: FilterId; type: "FilterGroup"; op: "and"; conditions: SingleFilter[]; }; }' is not assignable to type 'IntrinsicAttributes & FilterGroupContainerProps'.
build
Type '{ schema: ZodType<Data, ZodTypeDef, Data>; filterFnList: FnSchema[]; fieldDeepLimit: number; mapFieldName: (field: FilterField) => string; ... 5 more ...; container: NonNullable<HTMLElement | ... 1 more ... | undefined> | null; }' is not assignable to type 'Required<UseAdvancedFilterProps<Data>>'.
build
Process completed with exit code 2.