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
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
The router should support URLs that contain a hash (#example).
I haven't researched this extensively, but my initial intuition is that it should not use the hash when fetching/caching (which is the current behavior), but it should display it in the browser URL and move the scroll to the correct item once the client-side navigation has finished. It could also support smooth scroll.