[HOLD][WIP] Import and export Onyx snapshots #35858
Annotations
7 errors and 1 warning
Type check with TypeScript:
__mocks__/react-native-document-picker.ts#L14
Type 'Readonly<{ allFiles: "public.item"; audio: "public.audio"; csv: "public.comma-separated-values-text"; doc: "com.microsoft.word.doc"; docx: "org.openxmlformats.wordprocessingml.document"; ... 8 more ...; zip: "public.zip-archive"; }>' is not assignable to type 'Readonly<{ readonly allFiles: "*/*"; readonly audio: "audio/*"; readonly csv: "text/csv"; readonly doc: "application/msword"; readonly docx: "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; ... 9 more ...; readonly zip: "application/zip"; }> | Readonly<...> | Readonly<...>'.
|
Type check with TypeScript:
src/libs/actions/Troubleshooting.ts#L11
Property 'getAllEntries' does not exist on type '{ readonly METHOD: { readonly SET: "set"; readonly MERGE: "merge"; readonly MERGE_COLLECTION: "mergecollection"; readonly MULTI_SET: "multiset"; readonly CLEAR: "clear"; }; readonly connect: <TKey extends OnyxKey>(connectOptions: ConnectOptions<...>) => number; ... 8 more ...; readonly registerLogger: (callback: Log...'.
|
Type check with TypeScript:
src/libs/actions/Troubleshooting.ts#L12
Parameter 'entries' implicitly has an 'any' type.
|
Type check with TypeScript:
src/libs/actions/Troubleshooting.ts#L13
Parameter 'json' implicitly has an 'any' type.
|
Type check with TypeScript:
src/pages/ReportDetailsPage.tsx#L383
Argument of type '"groupChat.lastMemberTitle"' is not assignable to parameter of type 'TranslationPaths'.
|
Type check with TypeScript:
src/pages/workspace/accounting/qbo/import/QuickbooksChartOfAccountsPage.tsx#L33
Argument of type '"workspace.accounting.import"' is not assignable to parameter of type 'TranslationPaths'.
|
Type check with TypeScript
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading