Slots are rendered as spans, but they contain divs

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

, and in this case, slot is a span
Image 3 shows the instantiation and slot contents… The horizontal stack is a div

Looking at the HTML, it looks like the span with class MenuLinkDesktop__slotTargetChildren__yumyV represents the slot itself. How can I change the type of this from a SPAN to a DIV? I can’t find any controls for it in hte sidebar…

image.png

image.png

image.png

ping