Skip to content

Merge pull request #34 from uploadcare/fix/suspense-off-ready-apiref #101

Merge pull request #34 from uploadcare/fix/suspense-off-ready-apiref

Merge pull request #34 from uploadcare/fix/suspense-off-ready-apiref #101

Triggered via push June 11, 2024 20:44
Status Failure
Total duration 34s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build
'Suspense' is declared but its value is never read.
build
Argument of type '{ onFileAdded?: ((event: { status: "idle"; internalId: string; name: string; size: number; isImage: boolean; mimeType: string; metadata: Metadata | null; file: File | Blob | null; externalUrl: string | null; uploadProgress: number; fullPath: string | null; } & { ...; }) => void) | undefined; ... 61 more ...; localeD...' is not assignable to parameter of type 'TProps'.
build
Type '{ children: Element; condition: boolean; fallback: unknown; }' is not assignable to type 'IntrinsicAttributes & TProps'.
build
Argument of type '{ onFileAdded?: ((event: { status: "idle"; internalId: string; name: string; size: number; isImage: boolean; mimeType: string; metadata: Metadata | null; file: File | Blob | null; externalUrl: string | null; uploadProgress: number; fullPath: string | null; } & { ...; }) => void) | undefined; ... 61 more ...; localeD...' is not assignable to parameter of type 'TProps'.
build
Type '{ children: Element; condition: boolean; fallback: unknown; }' is not assignable to type 'IntrinsicAttributes & TProps'.
build
Argument of type '{ onFileAdded?: ((event: { status: "idle"; internalId: string; name: string; size: number; isImage: boolean; mimeType: string; metadata: Metadata | null; file: File | Blob | null; externalUrl: string | null; uploadProgress: number; fullPath: string | null; } & { ...; }) => void) | undefined; ... 61 more ...; localeD...' is not assignable to parameter of type 'TProps'.
build
Type '{ children: Element; condition: boolean; fallback: unknown; }' is not assignable to type 'IntrinsicAttributes & TProps'.
build
Type '"fallback"' does not satisfy the constraint '"children"'.
build
Process completed with exit code 1.