We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After being routed to a component using a nested path (e.g. /path/to/my/first/route), clicking on a link with a hash
/path/to/my/first/route
<a href="#comment2">hashed link</a>
Should scroll to the element with the id of comment2 at the same route instead of attempting to route to /#comment2.
id
comment2
/#comment2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After being routed to a component using a nested path (e.g.
/path/to/my/first/route
), clicking on a link with a hashShould scroll to the element with the
id
ofcomment2
at the same route instead of attempting to route to/#comment2
.The text was updated successfully, but these errors were encountered: