React AsyncTypeahead using Typescript
问题 I'm trying to use the module React Bootstrap Typeahead (original and type versions) in React using tsx files. Im using the following versions: "@types/react-bootstrap-typeahead": "3.4.5" "react-bootstrap-typeahead": "3.4.3" I builded the following SimpleAsyncExample class, trying to test the component by always return the same results no matter what the user types, but with a delay in the response... import * as React from 'react'; import {AsyncTypeahead, ClearButton, Token} from 'react