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
Suppose this link on the, I dunno, the /contact page:
/contact
<HashLink to="#top">Top</HashLink>
This will produce:
<a href="/contact#top">Top</a>
What's that /contact doing there? It's not supposed to be there. I didn't specify a link to the current page, but only to a hash.
To reproduce:
Top of Page
/page#top
to="#top"
The text was updated successfully, but these errors were encountered:
Looks like this issue is no longer there.
Sorry, something went wrong.
No branches or pull requests
Suppose this link on the, I dunno, the
/contact
page:This will produce:
What's that
/contact
doing there? It's not supposed to be there. I didn't specify a link to the current page, but only to a hash.To reproduce:
Top of Page
link, and inspect its attributes./page#top
.to="#top"
and nothing else as far as urls are concerned.The text was updated successfully, but these errors were encountered: