SimpleFin #4569
Annotations
10 errors
typecheck:
packages/desktop-client/src/components/Modals.tsx#L83
Type '{ modalProps: CommonModalProps; syncServerStatus: SyncServerStatus; upgradingAccountId: any; }' is not assignable to type 'IntrinsicAttributes & CreateAccountProps'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L27
Property 'upgradingAccountId' does not exist on type 'CreateAccountProps'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L66
Property 'accounts' does not exist on type '{ configured: boolean; }'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L67
Property 'accounts' does not exist on type '{ configured: boolean; }'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L69
Property 'account_id' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L70
Property 'name' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L71
Property 'institution' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L74
Property 'orgDomain' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L93
Argument of type '"simplefin-init"' is not assignable to parameter of type 'keyof FinanceModals'.
|
typecheck:
packages/desktop-client/src/components/modals/SimpleFinInitialise.tsx#L7
Module '"/home/runner/work/actual/actual/packages/desktop-client/src/components/common/ExternalLink"' has no default export. Did you mean to use 'import { ExternalLink } from "/home/runner/work/actual/actual/packages/desktop-client/src/components/common/ExternalLink"' instead?
|