mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
09a42d988e
The `canceledNavigationResolution: 'computed'` option does not correctly assign page IDs or restore them when redirects result in navigating to the current URL. This change ensures that the page IDs are still incremented and restored correctly in this scenario. PR Close #49793