indy form #68
Annotations
10 errors
src/pages/login/IndyForm.tsx#L31
Type '{ required: true; helperText: string; }' is not assignable to type 'IntrinsicAttributes & Omit<TextFieldProps, "name" | "type" | "schema"> & Partial<Pick<TextFieldProps, "name">>'.
|
src/pages/login/IndyForm.tsx#L32
Type '{ required: true; helperText: string; }' is not assignable to type 'IntrinsicAttributes & Omit<TextFieldProps, "name" | "type" | "schema"> & Partial<Pick<TextFieldProps, "name" | "schema">>'.
|
src/pages/login/Login.tsx#L39
Property 'Password' does not exist on type 'typeof import("/home/runner/work/codeforlife-portal-frontend/codeforlife-portal-frontend/src/pages/login/teacherForms/index")'.
|
src/pages/login/teacherForms/Email.tsx#L35
Type '{ helperText: string; }' is not assignable to type 'IntrinsicAttributes & Omit<TextFieldProps, "name" | "type" | "schema"> & Partial<Pick<TextFieldProps, "name">>'.
|
src/pages/login/teacherForms/Email.tsx#L36
Type '{ helperText: string; }' is not assignable to type 'IntrinsicAttributes & Omit<TextFieldProps, "name" | "type" | "schema"> & Partial<Pick<TextFieldProps, "name" | "schema">>'.
|
src/pages/login/teacherForms/Otp.tsx#L6
Module '"codeforlife/hooks"' has no exported member 'useSessionRequired'.
|
src/pages/login/teacherForms/Otp.tsx#L21
Binding element 'otp_bypass_token_exists' implicitly has an 'any' type.
|
src/pages/login/teacherForms/Otp.tsx#L26
Type 'string' is not assignable to type 'number'.
|
src/pages/login/teacherForms/Otp.tsx#L33
Property 'OtpField' does not exist on type 'typeof import("/home/runner/work/codeforlife-portal-frontend/codeforlife-portal-frontend/node_modules/codeforlife/src/components/form/index")'.
|
src/pages/login/teacherForms/OtpBypassToken.tsx#L7
Module '"codeforlife/hooks"' has no exported member 'useSessionRequired'.
|
This job failed
Loading