fix input file button #422
main.yml
on: push
main
/
...
/
validate-pr-refs
0s
main
/
...
/
test-js-code
1m 5s
main
/
deploy
0s
Annotations
10 errors
main / test / test-js-code:
src/pages/login/BaseForm.tsx#L8
Generic type 'FormProps' requires 3 type argument(s).
|
main / test / test-js-code:
src/pages/login/BaseForm.tsx#L38
No overload matches this call.
|
main / test / test-js-code:
src/pages/login/IndyForm.tsx#L19
Type '{ children: Element[]; themedBoxProps: { userType: "independent"; }; header: string; subheader: string; initialValues: { email: string; password: string; }; onSubmit: SubmitFormHandler<LoginWithEmailArg>; }' is not assignable to type 'IntrinsicAttributes & BaseFormProps<FormikValues>'.
|
main / test / test-js-code:
src/pages/login/studentForms/Class.tsx#L57
Type '{ children: Element[]; themedBoxProps: { userType: "student"; }; header: string; subheader: string; initialValues: { classId: string; }; onSubmit: ({ classId }: { classId: any; }) => void; }' is not assignable to type 'IntrinsicAttributes & BaseFormProps<FormikValues>'.
|
main / test / test-js-code:
src/pages/login/studentForms/Class.tsx#L62
Binding element 'classId' implicitly has an 'any' type.
|
main / test / test-js-code:
src/pages/login/studentForms/FirstName.tsx#L41
Type '{ children: Element[]; themedBoxProps: { userType: "student"; }; header: string; subheader: string; initialValues: { first_name: string; password: string; class_id: string; }; onSubmit: SubmitFormHandler<...>; }' is not assignable to type 'IntrinsicAttributes & BaseFormProps<FormikValues>'.
|
main / test / test-js-code:
src/pages/login/teacherForms/Email.tsx#L19
Type '{ children: Element[]; themedBoxProps: { userType: "teacher"; }; header: string; subheader: string; initialValues: { email: string; password: string; }; onSubmit: SubmitFormHandler<LoginWithEmailArg>; }' is not assignable to type 'IntrinsicAttributes & BaseFormProps<FormikValues>'.
|
main / test / test-js-code:
src/pages/login/teacherForms/Otp.tsx#L20
Type '{ children: (false | Element)[]; themedBoxProps: { userType: "teacher"; }; header: string; subheader: string; initialValues: { otp: string; }; onSubmit: SubmitFormHandler<LoginWithOtpArg>; }' is not assignable to type 'IntrinsicAttributes & BaseFormProps<FormikValues>'.
|
main / test / test-js-code:
src/pages/login/teacherForms/OtpBypassToken.tsx#L21
Type '{ children: Element[]; themedBoxProps: { userType: "teacher"; }; header: string; initialValues: { token: string; }; onSubmit: SubmitFormHandler<LoginWithOtpBypassTokenArg>; }' is not assignable to type 'IntrinsicAttributes & BaseFormProps<FormikValues>'.
|
main / test / test-js-code:
src/pages/studentAccount/UpdateAccountForm.tsx#L74
Parameter 'values' implicitly has an 'any' type.
|