Skip to content

Revert "autocomplete" #8

Revert "autocomplete"

Revert "autocomplete" #8

Triggered via push March 2, 2026 00:03
Status Failure
Total duration 21s
Artifacts

ci.yml

on: push
Build & Check
18s
Build & Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build & Check: src/combobox.stories.tsx#L155
Type '{ children: any; key: any; value: any; label: any; }' is not assignable to type 'IntrinsicAttributes & Omit<ComboboxItemProps, "ref"> & RefAttributes<HTMLDivElement>'.
Build & Check: src/combobox.stories.tsx#L145
Type '{ children: any; key: any; value: any; }' is not assignable to type 'IntrinsicAttributes & Omit<ComboboxChipProps, "ref"> & RefAttributes<HTMLDivElement> & { ...; }'.
Build & Check: src/combobox.stories.tsx#L144
Parameter 'item' implicitly has an 'any' type.
Build & Check: src/combobox.stories.tsx#L144
Type '(item: any) => Element' is not assignable to type 'ReactNode'.
Build & Check: src/combobox.stories.tsx#L142
Type 'Dispatch<SetStateAction<({ value: string; label: string; } | undefined)[]>>' is not assignable to type '(value: unknown, eventDetails: ChangeEventDetails) => void'.
Build & Check: src/combobox.stories.tsx#L127
Type '{ children: any; key: any; value: any; label: any; }' is not assignable to type 'IntrinsicAttributes & Omit<ComboboxItemProps, "ref"> & RefAttributes<HTMLDivElement>'.
Build & Check: src/combobox.stories.tsx#L107
Type '{ children: any; key: any; value: any; label: any; }' is not assignable to type 'IntrinsicAttributes & Omit<ComboboxItemProps, "ref"> & RefAttributes<HTMLDivElement>'.
Build & Check: src/combobox.stories.tsx#L106
Parameter 'item' implicitly has an 'any' type.
Build & Check: src/combobox.stories.tsx#L85
Type '{ children: any; key: any; value: any; label: any; }' is not assignable to type 'IntrinsicAttributes & Omit<ComboboxItemProps, "ref"> & RefAttributes<HTMLDivElement>'.
Build & Check: src/combobox.stories.tsx#L65
Type '{ children: any; key: any; value: any; label: any; }' is not assignable to type 'IntrinsicAttributes & Omit<ComboboxItemProps, "ref"> & RefAttributes<HTMLDivElement>'.