Subscribe on changes!

SSR Rendering of select input with slot is breaking

avatar
Oct 20th 2023

@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.