Skip to content

Poc/split freeze wrapper #614

Poc/split freeze wrapper

Poc/split freeze wrapper #614

Triggered via pull request September 27, 2024 15:20
Status Failure
Total duration 3m 42s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typecheck: src/libs/Navigation/AppNavigator/Navigators/WorkspaceSplitNavigator.tsx#L4
'"@libs/Navigation/types"' has no exported member named 'WorkspaceNavigatorParamList'. Did you mean 'WorkspaceSplitNavigatorParamList'?
typecheck: src/libs/Navigation/AppNavigator/createCustomFullScreenNavigator/index.tsx#L8
Cannot find module './CustomFullScreenRouter' or its corresponding type declarations.
typecheck: src/libs/Navigation/AppNavigator/createCustomFullScreenNavigator/index.tsx#L9
Cannot find module './types' or its corresponding type declarations.
typecheck: src/libs/Navigation/AppNavigator/createSplitStackNavigator/index.tsx#L27
Type '(NavigationRoute<ParamListBase, string> | undefined)[]' is not assignable to type 'NavigationRoute<ParamListBase, string>[]'.
typecheck: 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?
typecheck: src/libs/Navigation/Navigation.ts#L188
Expected 2-3 arguments, but got 4.
typecheck: src/libs/Navigation/linkTo/index.ts#L8
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?
typecheck: src/libs/Navigation/linkTo/index.ts#L136
Property 'metainfo' does not exist on type 'GetAdaptedStateReturnType'.
typecheck: src/libs/Navigation/linkingConfig/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"; ... 88 more ...; readonly RECONCILIATION_ACCOUNT_SETTINGS: "Polic...'.
typecheck: src/libs/Navigation/linkingConfig/customGetPathFromState.ts#L15
Property 'policyID' does not exist on type 'object | Readonly<{ screen?: undefined; params?: undefined; initial?: undefined; path?: string | undefined; state: Readonly<{ key: string; index: number; routeNames: string[]; history?: unknown[] | undefined; routes: NavigationRoute<...>[]; type: string; stale: false; }> | PartialState<...> | undefined; }> | ... 95 ...'.