Custom elements don't render inside other custom elements' slots with { shadowRoot: false } #11851
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: custom elements
Vue version
3.5
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-1jqn9e?file=src%2FApp.vue,src%2Fcomponents%2FDialog.vue
Steps to reproduce
{ shadowRoot: false }
<Teleport>
wrapper to CustomElementB's source componentWhat is expected?
<Teleport>
in CustomEleemntB's source component, it's teleported with all the slotsWhat is actually happening?
<Teleport>
, none of the slots renderSystem Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: