Sean Perkins
Sean Perkins
@Fooweb can you share how your modal mark-up is structured so that I can create a test case to compare against? For example, here is the draft PR with the...
@JohnGeorgiadis can you try isolating the mock representation of your modal in a new starter app or help elaborate where the modal mark-up is used in your code snippet? I...
Here is an updated dev-build to test with in the interim: `6.1.16-dev.11659112821.197cb2ec`. Accounts for some incorrect unmounting behavior from the migration from class components to functional components.
@Fooweb a Github repository based off the Ionic starters would be great.
Hello everyone, appreciate the collaboration here! Here is an updated dev-build that I believe is our final draft: `6.2.3-dev.11660337759.18ea0f7e`. Please let me know if you run into any issues. The...
@corysmc the behavior of the modal remaining presented when using back navigation appears to be an issue reproducible in `main` and is not isolated to the dev-build. We will need...
@JohnGeorgiadis can you try updating your component so that `isOpen` is driven by the state of the component and not always `true`? For example: ```tsx const [isOpen, setIsOpen] = useState(true);...
@JohnGeorgiadis can you test with this updated build and let me know if the problem persists? ```shell npm i @ionic/[email protected] @ionic/[email protected] ``` This build does some heavier lifting of supporting...
@JohnGeorgiadis appreciate your testing here! I'll need to do a little more investigation here. The current approach to solving conditionally rendering overlays is leading to a lot of branched behavior...
Hello everyone 👋 unsure what version we are up to now, but I have an updated dev-build! ```bash npm install @ionic/[email protected] @ionic/[email protected] ``` This build has an opinionation that was...