From dcf5317310a455e20f6318157feadbe34eee41d3 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 3 Mar 2021 10:46:29 -0500 Subject: [PATCH] docs(modal): remove incorrect ion-page note for react (#23009) --- core/src/components/modal/readme.md | 2 -- core/src/components/modal/usage/react.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/core/src/components/modal/readme.md b/core/src/components/modal/readme.md index af3bee1008..1825c82c86 100644 --- a/core/src/components/modal/readme.md +++ b/core/src/components/modal/readme.md @@ -414,8 +414,6 @@ export const ModalExample: React.FC = () => { }; ``` -> If you need a wrapper element inside of your modal component, we recommend using an `` so that the component dimensions are still computed properly. - ### Swipeable Modals Modals in iOS mode have the ability to be presented in a card-style and swiped to close. The card-style presentation and swipe to close gesture are not mutually exclusive, meaning you can pick and choose which features you want to use. For example, you can have a card-style modal that cannot be swiped or a full sized modal that can be swiped. diff --git a/core/src/components/modal/usage/react.md b/core/src/components/modal/usage/react.md index 5dc0d651db..1aecc080c8 100644 --- a/core/src/components/modal/usage/react.md +++ b/core/src/components/modal/usage/react.md @@ -81,8 +81,6 @@ export const ModalExample: React.FC = () => { }; ``` -> If you need a wrapper element inside of your modal component, we recommend using an `` so that the component dimensions are still computed properly. - ### Swipeable Modals Modals in iOS mode have the ability to be presented in a card-style and swiped to close. The card-style presentation and swipe to close gesture are not mutually exclusive, meaning you can pick and choose which features you want to use. For example, you can have a card-style modal that cannot be swiped or a full sized modal that can be swiped.