Convert Autocomplete input and user serach field into sistent #916
Annotations
3 errors
src/custom/InputSearchField/InputSearchField.tsx#L110
Type '{ id: string; style: { width: "100%"; }; options: Option[]; getOptionLabel: () => string; isOptionEqualToValue: (option: Option, value: Option) => boolean; noOptionsText: string; ... 18 more ...; renderOption: (props: HTMLAttributes<...>, option: Option) => Element; }' is not assignable to type 'IntrinsicAttributes & AutocompleteProps<Option, false, true, false, "div">'.
|
src/custom/InputSearchField/InputSearchField.tsx#L110
Parameter 'x' implicitly has an 'any' type.
|
|
This job failed
Loading