I have some locations where it looks like a slot is rendered as a SPAN. This is an issue, because I have DIVs inside the slot, and you shoul never really have DIVs inside SPANs.
In image 1, see the html. with the slot tag highlighted (an attribute within the slot tag)
Image 2 shows the component… Should generate
Also, even if I change the slot contents to span (so it becomes an ok span in a span), it seems that checking “HTML” creates a div by default… so I end up with a div inside of a span