Skip to content

Poc/split freeze wrapper #610

Poc/split freeze wrapper

Poc/split freeze wrapper #610

Triggered via pull request September 24, 2024 11:38
Status Failure
Total duration 4m 7s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typecheck: src/libs/Navigation/AppNavigator/AuthScreens.tsx#L412
Type 'typeof SearchPage' is not assignable to type 'ComponentType<{}>'.
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#L180
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/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; }> | ... 97 ...'.