-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ion-nav transitions are broken in react #25688
Comments
cc: @milang for visibility. |
Here is a dev build if anyone would like test the fix: |
@liamdebeasi @sean-perkins I can confirm that development build |
Thanks for the issue. This has been resolved via #25689, and a fix will be available in an upcoming release of Ionic Framework. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Ionic Framework Version
Current Behavior
Starting in 6.1.15,
IonNav
page transitions are incorrect.The changes to support custom sized dialogs, introduced a change to the global stylesheet that is being applied in scenarios where
IonNav
is used withinIonModal
.Problematic styles:
Expected Behavior
IonNav
transitions should be consistent within a modal or outside of a modal.Steps to Reproduce
recursivemodalnav
npm install
npm run dev
Code Reproduction URL
https://github.com/milang/ionic-simplevitejs
Ionic Info
6.1.15+
Additional Information
Related to: #25677 (caused by the same change, but are effected differently between Angular and React).
The text was updated successfully, but these errors were encountered: