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
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
The text was updated successfully, but these errors were encountered: