[GR Phase 3] Step 5 - navigation, default data, logic and API call to save it #103557
Annotations
10 errors and 1 warning
ESLint check:
src/libs/actions/BankAccounts.ts#L16
Insert `SaveCorpayOnboardingDirectorInformationParams·from·'@libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams';⏎import·`
|
ESLint check:
src/libs/actions/BankAccounts.ts#L30
Delete `;⏎import·SaveCorpayOnboardingDirectorInformationParams⏎····from·"@libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams"`
|
ESLint check:
src/libs/actions/BankAccounts.ts#L31
All imports in the declaration are only used as types. Use `import type`
|
ESLint check:
src/libs/actions/BankAccounts.ts#L31
`@libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams` import should occur before import of `./ReimbursementAccount`
|
ESLint check:
src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L41
Unsafe assignment of an error typed value
|
ESLint check:
src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L41
Unsafe call of an `any` typed value
|
ESLint check:
src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L45
Unsafe argument of type `any` assigned to a parameter of type `string`
|
ESLint check:
src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L45
Unsafe call of an `any` typed value
|
ESLint check:
src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L46
Unsafe argument of type `any` assigned to a parameter of type `string`
|
ESLint check:
src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L46
Unsafe call of an `any` typed value
|
ESLint check:
src/pages/ReimbursementAccount/NonUSD/SignerInfo/substeps/Confirmation.tsx#L21
React Hook useMemo has a missing dependency: 'reimbursementAccountDraft'. Either include it or remove the dependency array
|