SimpleFin #4573
Annotations
11 errors and 2 warnings
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L74
Property 'accounts' does not exist on type 'SimpleFinAccount[]'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L75
Property 'accounts' does not exist on type 'SimpleFinAccount[]'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L77
Property 'account_id' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L78
Property 'name' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L79
Property 'institution' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L82
Property 'orgDomain' does not exist on type '{}'.
|
typecheck:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L101
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?
|
typecheck:
packages/desktop-client/src/components/modals/SimpleFinInitialise.tsx#L8
Module '"/home/runner/work/actual/actual/packages/desktop-client/src/components/common/Input"' has no default export. Did you mean to use 'import { Input } from "/home/runner/work/actual/actual/packages/desktop-client/src/components/common/Input"' instead?
|
typecheck:
packages/desktop-client/src/components/modals/SimpleFinInitialise.tsx#L9
Module '"/home/runner/work/actual/actual/packages/desktop-client/src/components/common/Modal"' has no default export. Did you mean to use 'import { Modal } from "/home/runner/work/actual/actual/packages/desktop-client/src/components/common/Modal"' instead?
|
lint
Process completed with exit code 1.
|
lint:
packages/desktop-client/src/components/modals/CreateAccount.tsx#L51
'NormalizedAccount' is defined but never used. Allowed unused vars must match /^_/u
|
|