Skip to content

new password form

new password form #136

Triggered via push July 15, 2024 16:22
Status Failure
Total duration 1m 9s
Artifacts

main.yml

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

Annotations

10 errors
main / test / test-js-code: src/components/NewPasswordField.tsx#L48
Type '{ required: true; withRepeatField: true; schema: StringSchema<string | undefined, AnyObject, undefined, "">; validateOptions: { abortEarly: boolean; }; }' is not assignable to type 'IntrinsicAttributes & Omit<TextFieldProps, "name" | "type" | "autoComplete" | "schema"> & Partial<Pick<TextFieldProps, "name" | "schema">> & { ...; }'.
main / test / test-js-code: src/pages/emailVerification/EmailVerification.tsx#L31
Property '_' does not exist on type 'string | Parameters | Path'.
main / test / test-js-code: src/pages/login/IndyForm.tsx#L39
Property '_' does not exist on type 'string | Parameters | Path'.
main / test / test-js-code: src/pages/login/Login.tsx#L45
Property '_' does not exist on type 'string | Parameters | Path'.
main / test / test-js-code: src/pages/login/studentForms/Class.tsx#L71
Type '(options?: Partial<{ schema: StringSchema<string | undefined, AnyObject, undefined, "">; }> | undefined) => StringSchema<string | undefined, AnyObject, undefined, "">' is not assignable to type 'StringSchema<string | undefined, AnyObject, undefined, "">'.
main / test / test-js-code: src/pages/login/studentForms/FirstName.tsx#L25
Property 'required' does not exist on type '(options?: Partial<{ schema: StringSchema<string | undefined, AnyObject, undefined, "">; }> | undefined) => StringSchema<string | undefined, AnyObject, undefined, "">'.
main / test / test-js-code: src/pages/login/teacherForms/Email.tsx#L30
Property '_' does not exist on type 'string | Parameters | Path'.
main / test / test-js-code: src/pages/login/teacherForms/Otp.tsx#L28
Property '_' does not exist on type 'string | Parameters | Path'.
main / test / test-js-code: src/pages/login/teacherForms/OtpBypassToken.tsx#L28
Property '_' does not exist on type 'string | Parameters | Path'.
main / test / test-js-code: src/pages/resetPassword/EmailForm.tsx#L47
Type 'number' is not assignable to type 'To'.