Open
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