Here is an axios module for react, it called react-axios. I followed the document to install the modules. But when I import the module in my component, TS show me this error.
无法找到模块“react-axios”的声明文件。“D:/Project/Working/correlation-analysis-react/node_modules/react-axios/lib/index.js”隐式拥有 "any" 类型。
It mains that "Unable to find declaration file for module 'react-axios', the index.js implicitly has the "any" type".
I'm not sure if it's due to compatibility issues between this module and TypeScript. Has anyone ever encountered this problem? Or does anyone understand how this works?