You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template><ion-page>
Hello World
</ion-page></template>
Presenting the above component via popover or modal causes ion-page to be hidden. We need to have an isInOutlet check similar to what Ionic React does for its IonPage component.
Expected behavior:
I would expect that the page is visible when presented outside of an outlet context.