SSR Rendering of select input with slot is breaking
Vue version
3.3.5
Link to minimal reproduction
Steps to reproduce
- Click the SelectInput.vue tab.
- Click the SSR tab.
- See compile error
What is expected?
The component should compile
What is actually happening?
A compile error
System Info
No response
Any additional comments?
This has been compiling fine earlier.
@edison1105 I think this commit broke selects with v-for in a slot: https://github.com/vuejs/core/commit/201c46df07a38f3c2b73f384e8e6846dc62f224e
First assumption is that it's not unwrapping the v-for fragment? The playground works if we remove the v-for and pass in a hardcoded list of nodes.