Skip to content

Modal components update #401

Modal components update

Modal components update #401

Triggered via pull request January 3, 2025 00:04
Status Failure
Total duration 31s
Artifacts

ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build (22.x): src/components/overlays/DialogModal/DialogModal.stories.tsx#L52
Object literal may only specify known properties, but 'showCloseAction' does not exist in type 'Partial<Omit<Omit<ComponentProps<"dialog">, "title"> & { unstyled?: boolean | undefined; flat?: boolean | undefined; title: ReactNode; showCloseIcon?: boolean | undefined; showCancelAction?: boolean | undefined; onRequestClose?: (() => void) | undefined; actions?: ReactNode; }, "className"> & { className?: Argument; } & { unstyled?: boolean | undefined; display?: "center" | "full-screen" | "slide-over" | undefined; size?: "small" | "medium" | "large" | undefined; trigger: (triggerProps: { active: boolean; activate: () => void; }) => ReactNode; providerProps?: Omit<ModalProviderProps, "children"> | undefined; }>'. Did you mean to write 'showCloseIcon'?
build (22.x): src/components/overlays/DialogModal/DialogModal.stories.tsx#L60
Object literal may only specify known properties, but 'showCloseAction' does not exist in type 'Partial<Omit<Omit<ComponentProps<"dialog">, "title"> & { unstyled?: boolean | undefined; flat?: boolean | undefined; title: ReactNode; showCloseIcon?: boolean | undefined; showCancelAction?: boolean | undefined; onRequestClose?: (() => void) | undefined; actions?: ReactNode; }, "className"> & { className?: Argument; } & { unstyled?: boolean | undefined; display?: "center" | "full-screen" | "slide-over" | undefined; size?: "small" | "medium" | "large" | undefined; trigger: (triggerProps: { active: boolean; activate: () => void; }) => ReactNode; providerProps?: Omit<ModalProviderProps, "children"> | undefined; }>'. Did you mean to write 'showCloseIcon'?
build (22.x)
Process completed with exit code 2.
build (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636