Skip to content

ConfirmationDialog renders to an unconnected div #4011

@keithamus

Description

@keithamus

Description

ConfirmationDialog currently uses Dialog, which uses a Portal. However, ConfirmationDialog implicitly relies on the Portal as a side effect, because it renders into a div which never gets connected into the DOM.

Steps to reproduce

Remove <Portal> from the <Dialog> element, and see failures in <ConfirmationDialog>.

Version

v36.3.1

Browser

Chrome, Safari, Firefox, Edge, iOS Safari

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions