chore(): sync with main

This commit is contained in:
Liam DeBeasi
2021-10-22 15:25:23 -04:00
parent 7ab50dda83
commit cfd32aea30
4 changed files with 9 additions and 4 deletions

View File

@ -15037,8 +15037,7 @@
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@stencil/react-output-target/-/react-output-target-0.1.0.tgz",
"integrity": "sha512-NWeN2S43dwWDIousfojzGXIMkJJhfcdS1JxpwgE7IOqy4tZ+nqlDLPhM6tXvZ3eq4rJm8bkF+3/WbPJNR9xR7Q==",
"dev": true,
"requires": {}
"dev": true
},
"@stencil/sass": {
"version": "1.3.2",
@ -15050,8 +15049,7 @@
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@stencil/vue-output-target/-/vue-output-target-0.5.1.tgz",
"integrity": "sha512-E9HeuUf4DjHO8VFd+faR6T+/JwLtU/2kIA000YTTv0ARPUXuxr/3+U3YMBRPCVFPC5n2jsFxU3E9rTmVH1MGyg==",
"dev": true,
"requires": {}
"dev": true
},
"@stylelint/postcss-css-in-js": {
"version": "0.37.2",

View File

@ -497,6 +497,9 @@ modalElement.breakpoints = [0, 0.5, 1];
### React
> `useIonModal` requires being a descendant of `<IonApp>`. If you need to use a modal outside of an `<IonApp>`, consider using the component method instead.
```tsx
/* Using with useIonModal Hook */

View File

@ -273,6 +273,8 @@ async function presentPopover(ev) {
### React
> `useIonPopover` requires being a descendant of `<IonApp>`. If you need to use a popover outside of an `<IonApp>`, consider using the component method instead.
```tsx
/* Using with useIonPopover Hook */