Open kiritoxjf opened 2 years ago
Hi! I have the same issue. @kiritoxjf did you find solution?
Hi! I have the same issue. @kiritoxjf did you find solution?
I finished the development using the 'axios' package instead.
I'm taking the assumption that the types are missing, as vscode show's errors but the components work
'Could not find a declaration file for module 'react-axios'. '/Users/stevengreen/Documents/Development/Learning/react-ts-form-components/node_modules/react-axios/lib/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-axios
if it exists or add a new declaration (.d.ts) file containing declare module 'react-axios';
ts(7016)
After I install the four modules, Ts show me the error when I want to import the Get component from react-axios