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
the code is: <Button.Link href="http://a.com?a=1&b=2"></Button.Link>
<Button.Link href="http://a.com?a=1&b=2"></Button.Link>
and then it will excape the link into 'http://a.com?a=1&b=2', which is invalid when visit 'a.com'
expect: '&' will be still '&', not '&'
No response
0.9.4
The text was updated successfully, but these errors were encountered:
encountering the same issue.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
the code is:
<Button.Link href="http://a.com?a=1&b=2"></Button.Link>
and then it will excape the link into 'http://a.com?a=1&b=2', which is invalid when visit 'a.com'
expect:
'&' will be still '&', not '&'
Link to Minimal Reproducible Example
No response
Steps To Reproduce
No response
Frog Version
0.9.4
TypeScript Version
No response
Check existing issues
Anything else?
No response
The text was updated successfully, but these errors were encountered: