Refactor Modal to use native dialog behind a feature flag #17086
Labels
component: modal
package: @carbon/react
@carbon/react
role: dev 🤖
type: enhancement 💡
type: infrastructure 🤖
Issues relating to devops, tech debt, etc.
Milestone
In #15926 the internal-only/non-exported
Dialog
was refactored to use the native dialog element. This exploration validated it supports a few general use cases, one of them being Modal.This issue is for refactoring Modal behind a feature flag to use this new
Dialog
element.Dialog
will remain internal only and continue to not be exported for now. The parent #13807 will contain/organize the work to consider exportingDialog
.The text was updated successfully, but these errors were encountered: