aFuzzyBear / astro-ui

MonoRepo to house the collective distribution for Astro Components, Hoping this turns out to be a community led effort where Astro UI Components can be stored and accessed
astro-ui.vercel.app
MIT License
37 stars 8 forks source link

Only slot non-templates when using a text fragment. #20

Closed jonathantneal closed 2 years ago

jonathantneal commented 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.

<XElement @is="input" />
<XElement @is="img" />
aFuzzyBear commented 2 years ago

Thank you dude, Ill get that merged, 💚