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