Skip to content

add background generation #324

add background generation

add background generation #324

Triggered via pull request February 4, 2026 14:07
Status Failure
Total duration 51s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test
Type '{ children: Element; asChild: true; }' is not assignable to type 'IntrinsicAttributes & Props<unknown>'.
test
Type '{ children: ReactNode; asChild: true; }' is not assignable to type 'IntrinsicAttributes & Props<unknown>'.
test
Type '{ children: ReactNode; asChild: true; }' is not assignable to type 'IntrinsicAttributes & Props<unknown>'.
test
Type '{ placeholder: string; }' is not assignable to type 'IntrinsicAttributes & SelectValueProps'.
test
Type '(value: string) => void' is not assignable to type '(value: string | null, eventDetails: SelectRootChangeEventDetails) => void'.
test
Type 'Dispatch<SetStateAction<StatusFilter>>' is not assignable to type '(value: string) => void'.
test
Property 'value' does not exist on type 'PromiseSettledResult<{ id: string; name: string | null; previewUrl: string | null; fileSizeKb: number; widthPx: number; heightPx: number; fileFormat: string; sourceType: string; sourceId: string | null; }>'.
test
A type predicate's type must be assignable to its parameter's type.
test
Type '{ name: string; storagePath: string; previewUrl: string; fileSizeKb: number; widthPx: number; heightPx: number; fileFormat: string; sourceType: string; sourceId: string; }' is not assignable to type 'Exact<(Without<PersonalBackgroundCreateInput, PersonalBackgroundUncheckedCreateInput> & PersonalBackgroundUncheckedCreateInput) | (Without<...> & PersonalBackgroundCreateInput), (Without<...> & PersonalBackgroundUncheckedCreateInput) | (Without<...> & PersonalBackgroundCreateInput)>'.
test
'publishedCounts' is possibly 'null'.