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

fix(ssr): render initial selected properly #9442

Merged
merged 5 commits into from
Oct 20, 2023
Merged

Conversation

edison1105
Copy link
Member

@edison1105 edison1105 commented Oct 20, 2023

close #9440
BTW, support optgroup

@pikax
Copy link
Member

pikax commented Oct 20, 2023

@edison1105 test pls 🙏

@pikax pikax added the 🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. label Oct 20, 2023
@github-actions
Copy link

github-actions bot commented Oct 20, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 85.9 kB 32.7 kB 29.5 kB
vue.global.prod.js 132 kB 49.3 kB 44.3 kB

Usages

Name Size Gzip Brotli
createApp 47.9 kB 18.9 kB 17.2 kB
createSSRApp 50.7 kB 20 kB 18.2 kB
defineCustomElement 50.3 kB 19.6 kB 17.9 kB
overall 61.2 kB 23.7 kB 21.6 kB

@edison1105
Copy link
Member Author

@pikax done

@edison1105
Copy link
Member Author

@pikax This is a playground problem, there is no problem locally. This is probably because runtime and ssr use the same currentInstance in the playground.

Copy link
Member

@pikax pikax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yyx990803 yyx990803 merged commit cdb2e72 into vuejs:main Oct 20, 2023
11 checks passed
lumozx pushed a commit to lumozx/core that referenced this pull request Oct 21, 2023
sxzz pushed a commit that referenced this pull request Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 p5-urgent Priority 5: this fixes build-breaking bugs that affect most users and should be released ASAP. regression
Projects
Development

Successfully merging this pull request may close these issues.

SSR Rendering of select input with slot is breaking
3 participants