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
When first navigating to child page via [routerLink] directive inside Ionic 4 Virtual Scroll and then back to the page containing the Virtual Scroll, I get a warning that I'm out of ngZone and It makes it impossible to navigate any further.
Steps to Reproduce
Steps to reproduce the behavior:
Create a Virtual Scroll with routerLink directives on the items.
Click on one of the items navigating to child page.
Click the back button that returns you to the list page
Console now warns me that I'm out of ngZone wich makes it impossible for me to navigate any further.
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
When first navigating to child page via
[routerLink]
directive inside Ionic 4 Virtual Scroll and then back to the page containing the Virtual Scroll, I get a warning that I'm out of ngZone and It makes it impossible to navigate any further.Steps to Reproduce
Steps to reproduce the behavior:
routerLink
directives on the items.Related Code
Expected Behavior
The user should be returned to the parent page and be able to navigate further. No warning about leaving the ngZone should appear.
The text was updated successfully, but these errors were encountered: