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
Using hash shouldn't cause route matching problem.
Actual Behavior
It results in an empty page with console warning: Matched leaf route at location "/path#hash" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.
Navigation with hash doesn't cause this problem; it only occurs on initial load.
It's broken after 6.11.1 upgrade. 6.11.0 works normally.