combobox, input group, form, scroll, data attribute consistency #6
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>'.
|