Skip to content

@uppy/dashboard: propagate setOptions to StatusBar #7262

@uppy/dashboard: propagate setOptions to StatusBar

@uppy/dashboard: propagate setOptions to StatusBar #7262

Triggered via pull request June 18, 2024 11:05
Status Failure
Total duration 2m 12s
Artifacts

ci.yml

on: pull_request
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Type tests: packages/@uppy/react/src/DashboardModal.ts#L54
Argument of type '{ inline: boolean; onRequestCloseModal: (() => void) | undefined; onRequestClose?: (() => void) | undefined; open?: boolean | undefined; direction?: "ltr" | "rtl" | undefined; disabled?: boolean | undefined; ... 302 more ...; onTransitionEndCapture?: TransitionEventHandler<...> | undefined; }' is not assignable to parameter of type 'DashboardOptions<Meta, Body>'.
Type tests: packages/@uppy/react/src/DashboardModal.ts#L54
Argument of type '{ inline: boolean; onRequestCloseModal: (() => void) | undefined; onRequestClose?: (() => void) | undefined; open?: boolean | undefined; id?: string | undefined; onDragLeave?: (((event: DragEvent) => void) & DragEventHandler<...>) | undefined; ... 302 more ...; onTransitionEndCapture?: TransitionEventHandler<...> | ...' is not assignable to parameter of type 'DashboardOptions<Meta, Body>'.
Type tests
Process completed with exit code 1.