From b3efe504c55412da06b1d6aa81a794fc9f644292 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 23 Aug 2022 14:17:12 +0000 Subject: [PATCH 1/3] fix(modal): dialog role is set on the host --- core/src/components/modal/modal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/components/modal/modal.tsx b/core/src/components/modal/modal.tsx index 12056b52048..32ce04265ec 100644 --- a/core/src/components/modal/modal.tsx +++ b/core/src/components/modal/modal.tsx @@ -867,6 +867,7 @@ export class Modal implements ComponentInterface, OverlayInterface { } -