Skip to content

refactor: Make AttachmentModal actual screens on native platforms #63340

refactor: Make AttachmentModal actual screens on native platforms

refactor: Make AttachmentModal actual screens on native platforms #63340

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

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
typecheck: src/ROUTES.ts#L2249
Type 'string' does not satisfy the constraint '"Error: One or more routes defined within `ROUTES` have not correctly used `as const` in their `getRoute` function return value."'.
typecheck: src/components/Attachments/AttachmentCarousel/index.native.tsx#L148
Type '(() => void) | undefined' is not assignable to type '() => void'.
typecheck: src/components/AvatarWithImagePicker.tsx#L341
Object literal may only specify known properties, and 'fileName' does not exist in type 'Partial<AttachmentModalScreenParams>'.
typecheck: src/pages/ReimbursementAccount/NonUSD/SignerInfo/substeps/UploadDocuments.tsx#L41
Cannot find name 'getFieldRequiredErrors'.
typecheck
Process completed with exit code 2.