`Autocomplete` props type-definition cannot be resolved
オープン
- 主要言語
- JavaScript
- スター
- 6
- フォーク
- 0
- 平均マージ
- 21時間 41分
- マージ済み PR(30日)
- 1
説明
```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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。