Closed jonathantneal closed 2 years ago
This PR fixes an issue where Astro tries to give self-closing elements like <input> or <img> slotted content when using XElement.
<input>
<img>
<XElement @is="input" />
<XElement @is="img" />
Thank you dude, Ill get that merged, 💚
This PR fixes an issue where Astro tries to give self-closing elements like
<input>
or<img>
slotted content when using XElement.