We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Button
target=""
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
Describe the bug On a Button, you can't add a target="" props.
To Reproduce Steps to reproduce the behavior:
Add in a file : <Button href="https://github.com/" target="_blank"> Placeholder </Button>
<Button href="https://github.com/" target="_blank"> Placeholder </Button>
Expected behavior It should not be a ts error. You could add target="_blank" to open the link in a new tab.
target="_blank"
Screenshots
Project information:
Additional context This issue was fixed in the PR : #631
The text was updated successfully, but these errors were encountered:
target
Successfully merging a pull request may close this issue.
Describe the bug
On a Button, you can't add a
target=""
props.To Reproduce
Steps to reproduce the behavior:
Add in a file :
<Button href="https://github.com/" target="_blank"> Placeholder </Button>
Expected behavior
It should not be a ts error. You could add
target="_blank"
to open the link in a new tab.Screenshots
Project information:
Additional context
This issue was fixed in the PR : #631
The text was updated successfully, but these errors were encountered: