Skip to content

Poc/split navs

Poc/split navs #793

Triggered via pull request December 20, 2024 14:41
Status Failure
Total duration 3m 48s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
typecheck: src/libs/Navigation/helpers/getAdaptedStateFromPath.ts#L25
Type 'Record<string, ({ avatarUrl?: string | undefined; chatType?: ValueOf<{ readonly POLICY_ANNOUNCE: "policyAnnounce"; readonly POLICY_ADMINS: "policyAdmins"; readonly TRIP_ROOM: "tripRoom"; ... 6 more ...; readonly SYSTEM: "system"; }> | undefined; ... 50 more ...; private_isArchived?: string | undefined; } & OfflineFe...' is not assignable to type 'OnyxCollection<Report>'.
typecheck: src/libs/Navigation/helpers/getAdaptedStateFromPath.ts#L135
Property 'reportID' does not exist on type 'Report'.
typecheck: src/pages/workspace/WorkspaceInitialPage.tsx#L453
Property 'TYPE' does not exist on type '{ readonly ACTION_TYPE: { readonly REPLACE: "REPLACE"; readonly PUSH: "PUSH"; readonly NAVIGATE: "NAVIGATE"; readonly SWITCH_POLICY_ID: "SWITCH_POLICY_ID"; readonly DISMISS_MODAL: "DISMISS_MODAL"; readonly OPEN_WORKSPACE_SPLIT: "OPEN_WORKSPACE_SPLIT"; }; }'.
typecheck
Process completed with exit code 2.
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636