Skip to content

refactor: Make AttachmentModal actual screens on native platforms #63343

refactor: Make AttachmentModal actual screens on native platforms

refactor: Make AttachmentModal actual screens on native platforms #63343

Triggered via pull request February 7, 2025 00:18
Status Failure
Total duration 2m 17s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typecheck: src/components/Attachments/AttachmentCarousel/index.native.tsx#L148
Type '(() => void) | undefined' is not assignable to type '() => void'.
typecheck: src/libs/actions/Report.ts#L2962
Argument of type 'string' is not assignable to parameter of type 'Route | undefined'.
typecheck: src/pages/media/AttachmentModalScreen/AttachmentModalContent/BaseContent.tsx#L166
Argument of type 'string | undefined' is not assignable to parameter of type 'Route | undefined'.
typecheck: src/pages/media/AttachmentModalScreen/AttachmentModalContent/BaseContent.tsx#L167
Argument of type 'string | undefined' is not assignable to parameter of type 'Route | undefined'.
typecheck: src/pages/media/AttachmentModalScreen/AttachmentModalContent/BaseContent.tsx#L272
Argument of type 'string | undefined' is not assignable to parameter of type 'Route | undefined'.
typecheck: src/pages/media/AttachmentModalScreen/AttachmentModalContent/TransactionReceiptModalContent.tsx#L59
Argument of type 'string | undefined' is not assignable to parameter of type 'Route | undefined'.
typecheck: src/pages/media/AttachmentModalScreen/AttachmentModalWrapper/index.native.tsx#L17
Argument of type 'string | undefined' is not assignable to parameter of type 'Route | undefined'.
typecheck: src/pages/media/AttachmentModalScreen/AttachmentModalWrapper/index.tsx#L44
Argument of type 'string | undefined' is not assignable to parameter of type 'Route | undefined'.
typecheck: src/pages/workspace/WorkspaceInitialPage.tsx#L464
Argument of type 'string | undefined' is not assignable to parameter of type 'Route | undefined'.
typecheck
Process completed with exit code 2.