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
Describe the Bug
Navigation is stuck after navigating between two components with child routes and ion-router-outlets. This works in angular with router-outlet but not after IonicModule is imported.
Steps to Reproduce
Steps to reproduce the behavior:
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.
Bug Report
Ionic Info
Describe the Bug
Navigation is stuck after navigating between two components with child routes and ion-router-outlets. This works in angular with router-outlet but not after IonicModule is imported.
Steps to Reproduce
Steps to reproduce the behavior:
Related Code
https://stackblitz.com/edit/ion-router-outlet-bug
Expected Behavior
Navigation should still work after navigating from /first to /second
The docs states that should behave as angular's
Possibly related
[Ionic v4] Returning to tabs from another page causes tabs to break #14885
#14885
The text was updated successfully, but these errors were encountered: