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
When using nested router outlets, the non-active outlet can flicker and render before the desired outlet is mounted.
For example with:
When navigating directly to
/tabs
,Main
will render for a brief moment and flicker before theTabs
component with it's own router outlet is rendered.Kapture.2022-01-26.at.19.45.15.mp4
This is a separate issue from the flickering issue when navigating between tabs.
Expected Behavior
When navigating directly to
/tabs
, theMain
component route should never display. TheTabs
component should render without a flicker.Steps to Reproduce
Outlined above.
Code Reproduction URL
No response
Ionic Info
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: