我已经安装了react-select 3.1.0 但是当我尝试按照文档中的定义导入该文件时,这给了我错误。
/home/.../src/core/components/kiosk/Component_file.tsx(3,25)中的TypeScript错误: 找不到模块“ react-select / async”的声明文件。 '/home/.../node_modules/react-select/async/dist/react-select.cjs.js'隐式具有'any'类型。 TS7016
导入代码行:
import AsyncSelect from 'react-select/async';
感谢您解决我的问题