`Autocomplete` props type-definition cannot be resolved
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 6
- Forks
- 0
- Merge medio
- 21 h 41 min
- PR fusionados (30 d)
- 1
Descripción
```jsx
const fields = ['foo', 'bar', 'baz']
()}
options={fields}
getOptionLabel={option => option}
/>
```
TypeScript will complain that
> Property 'options' does not exist on type 'IntrinsicAttributes & AutocompleteProps'.
The `AutocompleteProps` interface extends `UseAutocompleteProps` exported from `ui/useAutocomplete`. This folder seems to not exist in 1.4.5 although it exists in 1.0.0.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.