Skip to content

combobox, input group, form, scroll, data attribute consistency #6

combobox, input group, form, scroll, data attribute consistency

combobox, input group, form, scroll, data attribute consistency #6

Triggered via push March 1, 2026 20:21
Status Failure
Total duration 27s
Artifacts

ci.yml

on: push
Build & Check
25s
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>'.