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
If an interactive router gets dynamically removed, server-side routing doesn't take over again, and each navigation updates the address bar without changing any content on the page.
Disabling navigation interception when the router gets removed would allow server-side routing to work again.
This was prototyped in #50012 as part of an unrelated feature, but that PR got closed in favor of a more narrowly-scoped one.