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
set:html
I'm not certain if this is the correct place for the issue, so if it belongs in another repo please point me there.
Adding set:html to an SVG tag results in the following error in VSCode
Property 'set:html' does not exist on type 'SVGProps<SVGSVGElement>'.
npm init astro
.astro
<svg set:html={''}></svg>
The text was updated successfully, but these errors were encountered:
This is the right repo 😄 Good catch, I did in fact forget to add it to SVG elements!
Thank you for creating an issue
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the Bug
I'm not certain if this is the correct place for the issue, so if it belongs in another repo please point me there.
Adding
set:html
to an SVG tag results in the following error in VSCodeSteps to Reproduce
npm init astro
using any template.astro
component file<svg set:html={''}></svg>
The text was updated successfully, but these errors were encountered: