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
Please am trying to run the npm start in the web folder after successfully loading the api folder for strapi but I keep geting this error
Failed to compile.
`/home/user/banks/react-bank/web/src/components/Auth/Login/index.tsx
TypeScript error in /home/user/banks/react-bank/web/src/components/Auth/Login/index.tsx(21,11):
Type '{ history: History; onLoginSubmit: (identifier: string, password: string) => void; }' is missing the following properties from type 'MyFormProps': identifier, password TS2739
19 | <Loader />
20 | ) : (
21 |
| ^
22 | )}
23 |
`
I don't have been stuck on this error for the past days now. Please any help will be really appreciated.
Thank you so much.
The text was updated successfully, but these errors were encountered:
Please am trying to run the
npm start
in the web folder after successfully loading the api folder for strapi but I keep geting this errorFailed to compile.
`/home/user/banks/react-bank/web/src/components/Auth/Login/index.tsx
TypeScript error in /home/user/banks/react-bank/web/src/components/Auth/Login/index.tsx(21,11):
Type '{ history: History; onLoginSubmit: (identifier: string, password: string) => void; }' is missing the following properties from type 'MyFormProps': identifier, password TS2739
Thank you so much.
The text was updated successfully, but these errors were encountered: