-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: custom elements
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
- create a custom element with named slot based on Vue 3 component
- create a wrapper component using that custom element
- use wrapper and put v-if condition on using of the named slot
- start with false condition for displaying
- changing the condition to true causes an exception
What is expected?
v-if condition works well and named slot is working as expected
What is actually happening?
exception thrown and named slot content is never shown
System Info
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: custom elements