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
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
It is not possible to load a route with the same component in the outlet even if the params are different.
That's because we only compare the component, not the params.
Expected Behavior
It should be possible to load a route with the same component as long as the params are different.
This would be consistent with
<ion-nav>
Steps to Reproduce
Activate routes with the same component and different params.
I'll send a PR with tests.
Code Reproduction URL
No response
Ionic Info
No response
Additional Information
#24652 needs to be fixed first
The text was updated successfully, but these errors were encountered: