Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSR Rendering of select input with slot is breaking #9440

Closed
matrei opened this issue Oct 20, 2023 · 1 comment · Fixed by #9442
Closed

SSR Rendering of select input with slot is breaking #9440

matrei opened this issue Oct 20, 2023 · 1 comment · Fixed by #9442
Labels
🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. 🐞 bug Something isn't working

Comments

@LinusBorg LinusBorg added 🐞 bug Something isn't working 🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. labels Oct 20, 2023
@LinusBorg
Copy link
Member

LinusBorg commented Oct 20, 2023

@edison1105 I think this commit broke selects with v-for in a slot: 201c46d

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. 🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants