ADO#4568-- Get Your Reference Number Page Redesign #1670
Annotations
5 errors
TypeScript Validation:
src/pages/email.tsx#L241
Type '{ id: string; name: string; type: "email"; label: string; onChange: { (e: ChangeEvent<any>): void; <T_1 = string | ChangeEvent<any>>(field: T_1): T_1 extends ChangeEvent<...> ? void : (e: string | ChangeEvent<...>) => void; }; ... 6 more ...; extraContent: Element; }' is not assignable to type 'IntrinsicAttributes & Pick<InputFieldProps, "id" | "name" | "value" | "label" | "onChange" | "required" | "textRequired" | "errorMessage" | "helpMessage" | "helpMessageSecondary" | "max"> & InexactPartial<...> & InexactPartial<...>'.
|
TypeScript Validation:
src/pages/email.tsx#L244
Type '{ children: Element; title: string; detailProps: string; summaryProps: string; }' is not assignable to type 'IntrinsicAttributes & CollapseProps'.
|
TypeScript Validation:
src/pages/email.tsx#L265
Type '{ id: string; name: string; label: string; onChange: { (e: ChangeEvent<any>): void; <T_1 = string | ChangeEvent<any>>(field: T_1): T_1 extends ChangeEvent<...> ? void : (e: string | ChangeEvent<...>) => void; }; ... 5 more ...; extraContent: Element; }' is not assignable to type 'IntrinsicAttributes & Pick<InputFieldProps, "id" | "name" | "value" | "label" | "onChange" | "required" | "textRequired" | "errorMessage" | "helpMessage" | "helpMessageSecondary" | "max"> & InexactPartial<...> & InexactPartial<...>'.
|
TypeScript Validation:
src/pages/email.tsx#L268
Type '{ children: Element; title: string; detailProps: string; summaryProps: string; }' is not assignable to type 'IntrinsicAttributes & CollapseProps'.
|
TypeScript Validation
Process completed with exit code 2.
|
Loading