Poc/split go up #629
Annotations
10 errors
Type check with TypeScript:
src/components/Search/SearchRouter/SearchRouterList.tsx#L162
Property 'closeAndNavigate' does not exist on type '{ setShouldPopAllStateOnUP: (shouldPopAllStateFlag: boolean) => void; navigate: (route?: Route, type?: string | undefined) => void; setParams: (params: Record<string, unknown>, routeKey?: string) => void; ... 20 more ...; goUp: (fallbackRoute: Route) => void; }'.
|
Type check with TypeScript:
src/libs/Navigation/AppNavigator/createCustomFullScreenNavigator/index.tsx#L8
Cannot find module './CustomFullScreenRouter' or its corresponding type declarations.
|
Type check with TypeScript:
src/libs/Navigation/AppNavigator/createCustomFullScreenNavigator/index.tsx#L9
Cannot find module './types' or its corresponding type declarations.
|
Type check with TypeScript:
src/libs/Navigation/AppNavigator/getPartialStateDiff.ts#L4
Module '"@libs/Navigation/linkingConfig/getAdaptedStateFromPath"' has no exported member 'Metainfo'. Did you mean to use 'import Metainfo from "@libs/Navigation/linkingConfig/getAdaptedStateFromPath"' instead?
|
Type check with TypeScript:
src/libs/Navigation/AppNavigator/getPartialStateDiff.ts#L6
Module '"/home/runner/work/expensify-app-fork/expensify-app-fork/src/libs/ObjectUtils"' has no default export. Did you mean to use 'import { shallowCompare } from "/home/runner/work/expensify-app-fork/expensify-app-fork/src/libs/ObjectUtils"' instead?
|
Type check with TypeScript:
src/libs/Navigation/Navigation.ts#L147
Type '{ routes: NavigationRoute<ParamListBase, string>[] | PartialRoute<Route<string, object | undefined>>[]; index: number; ... 4 more ...; stale: false; }' is not assignable to type '{ key: string; index: number; routeNames: string[]; history?: unknown[] | undefined; routes: NavigationRoute<ParamListBase, string>[]; type: string; stale: false; } | { ...; }'.
|
Type check with TypeScript:
src/libs/Navigation/Navigation.ts#L147
'currentState.index' is possibly 'undefined'.
|
Type check with TypeScript:
src/libs/Navigation/Navigation.ts#L206
Expected 2-3 arguments, but got 4.
|
Type check with TypeScript:
src/libs/Navigation/linkingConfig/RELATIONS/TAB_TO_CENTRAL_PANE_MAPPING.ts#L19
Property 'REIMBURSE' does not exist on type '{ readonly ACCOUNTING: { readonly ROOT: "Policy_Accounting"; readonly QUICKBOOKS_ONLINE_IMPORT: "Policy_Accounting_Quickbooks_Online_Import"; readonly QUICKBOOKS_ONLINE_CHART_OF_ACCOUNTS: "Policy_Accounting_Quickbooks_Online_Import_Chart_Of_Accounts"; ... 89 more ...; readonly RECONCILIATION_ACCOUNT_SETTINGS: "Polic...'.
|
Type check with TypeScript:
src/libs/Navigation/linkingConfig/RELATIONS/index.ts#L23
Argument of type 'Partial<Record<keyof WorkspaceSplitNavigatorParamList, string[]>>' is not assignable to parameter of type 'Record<keyof WorkspaceSplitNavigatorParamList, string[]>'.
|
Loading