Skip to content

Poc/split go up

Poc/split go up #620

Triggered via pull request October 4, 2024 13:44
Status Failure
Total duration 2m 55s
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#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; } | { ...; }'.
typecheck: src/libs/Navigation/Navigation.ts#L147
'currentState.index' is possibly 'undefined'.
typecheck: src/libs/Navigation/Navigation.ts#L206
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'.