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.