Skip to content

Merge dev to main

Merge dev to main #231

Triggered via pull request October 30, 2025 18:11
Status Failure
Total duration 46s
Artifacts

acul-deploy.yml

on: pull_request
Build & Deploy ACUL Screens
32s
Build & Deploy ACUL Screens
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build & Deploy ACUL Screens: src/screens/login-password/components/IdentifierForm.tsx#L76
Argument of type 'Error[] | null' is not assignable to parameter of type '{ field?: string | undefined; message: string; }[]'.
Build & Deploy ACUL Screens: src/screens/login-password/components/IdentifierForm.tsx#L76
Argument of type 'Error[] | null' is not assignable to parameter of type '{ field?: string | undefined; message: string; }[]'.
Build & Deploy ACUL Screens: src/screens/login-password/components/IdentifierForm.tsx#L45
Property 'loginPasswordInstance' does not exist on type '{ loginPassword: LoginPasswordMembers; texts: Record<string, string> | null; locales: { page: { title: string; orText: string; }; heading: { title: string; description: string; logoAltText: string; }; footer: { ...; }; alternativeLogins: { ...; }; loginPasswordForm: { ...; }; errors: { ...; }; }; ... 12 more ...; pa...'.
Build & Deploy ACUL Screens: src/screens/login-password/components/IdentifierForm.tsx#L42
Property 'captchaImage' does not exist on type '{ loginPassword: LoginPasswordMembers; texts: Record<string, string> | null; locales: { page: { title: string; orText: string; }; heading: { title: string; description: string; logoAltText: string; }; footer: { ...; }; alternativeLogins: { ...; }; loginPasswordForm: { ...; }; errors: { ...; }; }; ... 12 more ...; pa...'.
Build & Deploy ACUL Screens: src/screens/login-password/components/IdentifierForm.tsx#L37
Property 'links' does not exist on type '{ loginPassword: LoginPasswordMembers; texts: Record<string, string> | null; locales: { page: { title: string; orText: string; }; heading: { title: string; description: string; logoAltText: string; }; footer: { ...; }; alternativeLogins: { ...; }; loginPasswordForm: { ...; }; errors: { ...; }; }; ... 12 more ...; pa...'.
Build & Deploy ACUL Screens: src/screens/login-id/components/IdentifierForm.tsx#L40
Property 'loginIdInstance' does not exist on type '{ loginId: LoginIdMembers; handleLoginId: (payload: LoginOptions) => Promise<void>; handleFederatedLogin: (payload: FederatedLoginOptions) => Promise<...>; ... 13 more ...; countryPrefix: string | null; }'.
Build & Deploy ACUL Screens: src/screens/login-id/components/IdentifierForm.tsx#L35
Property 'errors' does not exist on type '{ loginId: LoginIdMembers; handleLoginId: (payload: LoginOptions) => Promise<void>; handleFederatedLogin: (payload: FederatedLoginOptions) => Promise<...>; ... 13 more ...; countryPrefix: string | null; }'.
Build & Deploy ACUL Screens: src/components/ULThemePrimaryButton.tsx#L60
Element implicitly has an 'any' type because expression of type '"link" | "default" | "xs" | "sm" | "lg" | "icon"' can't be used to index type '{ default: string; xs: string; sm: string; lg: string; icon: string; }'.