Skip to content

fix input file button #422

fix input file button

fix input file button #422

Triggered via push October 10, 2024 11:36
Status Failure
Total duration 1m 15s
Artifacts

main.yml

on: push
main  /  ...  /  validate-pr-refs
0s
main / validate-pr-refs / validate-pr-refs
main  /  ...  /  test-js-code
1m 5s
main / test / test-js-code
Fit to window
Zoom out
Zoom in

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.