refactor: Make AttachmentModal
actual screens on native platforms
#63343
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.
|