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
none
function App() { return ( <> <s-button> <svg slot="start" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"> <path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"></path> </svg> </s-button> </> ) }
The slot attribute should be added optionally as slot?: string in the interface SvgSVGAttributes {}.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Your Example Website or App
none
Steps to Reproduce the Bug or Issue
Expected behavior
The slot attribute should be added optionally as slot?: string in the interface SvgSVGAttributes {}.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: