You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS7016: Could not find a declaration file for module 'react-amap'. 'xxxnode_modules/react-amap/lib/index.js' implicitly has an 'any' type.
Try `npm install @types/react-amap`if it exists or add a new declaration (.d.ts) file containing `declare module 'react-amap';`
npm上目前也没用@types/react-amap可以用
The text was updated successfully, but these errors were encountered:
在基于typescript的项目中使用react-amap,会提示找不到模块的声明文件,可能需要一个d.ts文件
npm上目前也没用@types/react-amap可以用
The text was updated successfully, but these errors were encountered: