From d95c8540c418cb9809368fae37db574c213f8677 Mon Sep 17 00:00:00 2001 From: Andrey Medvedev Date: Thu, 31 Oct 2024 18:28:59 +0300 Subject: [PATCH] Let ModalCard render without portal in e2e --- .../vkui/src/components/ModalCard/ModalCard.e2e-playground.tsx | 1 + packages/vkui/src/components/ModalRoot/ModalRoot.tsx | 2 +- packages/vkui/src/components/ModalRoot/types.ts | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/vkui/src/components/ModalCard/ModalCard.e2e-playground.tsx b/packages/vkui/src/components/ModalCard/ModalCard.e2e-playground.tsx index 00b576a148..60e5966b34 100644 --- a/packages/vkui/src/components/ModalCard/ModalCard.e2e-playground.tsx +++ b/packages/vkui/src/components/ModalCard/ModalCard.e2e-playground.tsx @@ -130,6 +130,7 @@ export const ModalCardPlayground = (props: ComponentPlaygroundProps) => {
+