[WIP][Typescript Migration] browser-preload.browser.js --> browser-preload.browser.ts #5970
Annotations
7 errors
Typecheck:
packages/desktop-client/src/components/manager/ImportActual.tsx#L42
Argument of type '{ properties: string[]; filters: { name: string; extensions: string[]; }[]; }' is not assignable to parameter of type '{ filters: { name: string; extensions: string[]; }[]; }'.
|
Typecheck:
packages/desktop-client/src/components/manager/ImportYNAB4.tsx#L34
Argument of type '{ properties: string[]; filters: { name: string; extensions: string[]; }[]; }' is not assignable to parameter of type '{ filters: { name: string; extensions: string[]; }[]; }'.
|
Typecheck:
packages/desktop-client/src/components/manager/ImportYNAB5.tsx#L37
Argument of type '{ properties: string[]; filters: { name: string; extensions: string[]; }[]; }' is not assignable to parameter of type '{ filters: { name: string; extensions: string[]; }[]; }'.
|
Typecheck:
packages/desktop-client/src/components/settings/Export.tsx#L37
Expected 2 arguments, but got 3.
|
Typecheck:
packages/desktop-client/src/components/settings/Global.tsx#L26
Argument of type '{ properties: string[]; }' is not assignable to parameter of type '{ filters: { name: string; extensions: string[]; }[]; }'.
|
Typecheck:
packages/desktop-client/src/index.tsx#L76
All declarations of 'Actual' must have identical modifiers.
|
Typecheck
Process completed with exit code 2.
|
Loading