Feat/global reimbursements #7
Annotations
7 errors
Type check with TypeScript:
src/libs/GetPhysicalCardUtils.ts#L70
Type 'string' is not assignable to type '"" | "US" | "MX" | "AU" | "CA" | "GB" | "AM" | "PM" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AW" | "AC" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | ... 222 more ... | "ZW"'.
|
Type check with TypeScript:
src/pages/AddressPage.tsx#L96
Type 'string | undefined' is not assignable to type '"" | "US" | "MX" | "AU" | "CA" | "GB" | "AM" | "PM" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AW" | "AC" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | ... 223 more ... | undefined'.
|
Type check with TypeScript:
src/pages/ReimbursementAccount/NonUSD/BankInfo/substeps/UploadStatement.tsx#L75
Type '{ InputComponent: typeof UploadFile; buttonText: string; uploadedFileName: string; onUpload: (fileName: string) => void; onRemove: () => void; acceptedFileTypes: ("jpg" | "jpeg" | "png" | "pdf")[]; maxFileSize: 5; value: string; inputID: "bankStatement"; }' is not assignable to type 'IntrinsicAttributes & UploadFileProps & InputComponentValueProps<ValueTypeKey> & { InputComponent: typeof UploadFile; inputID: string; isFocused?: boolean | undefined; shouldSubmitForm?: boolean | undefined; } & RefAttributes<...>'.
|
Type check with TypeScript:
src/pages/ReimbursementAccount/NonUSD/OwnershipInfo/UploadOwnershipChart.tsx#L74
Type '{ InputComponent: typeof UploadFile; buttonText: string; uploadedFileName: string; onUpload: (fileName: string) => void; onRemove: () => void; acceptedFileTypes: ("jpg" | "jpeg" | "png" | "pdf")[]; maxFileSize: 5; value: string; inputID: "entityChart"; }' is not assignable to type 'IntrinsicAttributes & UploadFileProps & InputComponentValueProps<ValueTypeKey> & { InputComponent: typeof UploadFile; inputID: string; isFocused?: boolean | undefined; shouldSubmitForm?: boolean | undefined; } & RefAttributes<...>'.
|
Type check with TypeScript:
src/pages/ReimbursementAccount/NonUSD/SignerInfo/substeps/UploadDocuments.tsx#L89
Type '{ InputComponent: typeof UploadFile; buttonText: string; uploadedFileName: string; onUpload: (fileName: string) => void; onRemove: () => void; acceptedFileTypes: ("jpg" | "jpeg" | "png" | "pdf")[]; maxFileSize: 5; value: string; inputID: "signerID"; }' is not assignable to type 'IntrinsicAttributes & UploadFileProps & InputComponentValueProps<ValueTypeKey> & { InputComponent: typeof UploadFile; inputID: string; isFocused?: boolean | undefined; shouldSubmitForm?: boolean | undefined; } & RefAttributes<...>'.
|
Type check with TypeScript:
src/pages/ReimbursementAccount/NonUSD/SignerInfo/substeps/UploadDocuments.tsx#L101
Type '{ InputComponent: typeof UploadFile; buttonText: string; uploadedFileName: string; onUpload: (fileName: string) => void; onRemove: () => void; acceptedFileTypes: ("jpg" | "jpeg" | "png" | "pdf")[]; maxFileSize: 5; value: string; inputID: "signerProofOfAddress"; }' is not assignable to type 'IntrinsicAttributes & UploadFileProps & InputComponentValueProps<ValueTypeKey> & { InputComponent: typeof UploadFile; inputID: string; isFocused?: boolean | undefined; shouldSubmitForm?: boolean | undefined; } & RefAttributes<...>'.
|
Type check with TypeScript
Process completed with exit code 2.
|
Loading