Merge dev to main #231
acul-deploy.yml
on: pull_request
Build & Deploy ACUL Screens
32s
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#L107
Expected 1 arguments, but got 2.
|
|
Build & Deploy ACUL Screens:
src/screens/login-id/components/IdentifierForm.tsx#L92
Expected 0-2 arguments, but got 3.
|
|
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; }'.
|