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(compiler-core): proper scope analysis for ssr vnode slot fallback #7184

Merged
merged 4 commits into from Oct 24, 2023

Conversation

edison1105
Copy link
Member

@edison1105 edison1105 commented Nov 21, 2022

close #7095
the root cause see #7095 (comment)

@edison1105 edison1105 changed the title fix(compiler-core): properly track scope vars in v-for + slot fix(compiler-core): proper scope analysis for ssr vnode slot fallback Nov 21, 2022
@edison1105 edison1105 marked this pull request as draft November 21, 2022 10:55
@edison1105 edison1105 marked this pull request as ready for review November 21, 2022 12:41
@Evertvdw
Copy link

Evertvdw commented Feb 1, 2023

Can this be merged?

@jakubhruby
Copy link

Merge please

@jakubhruby
Copy link

Could anyone merge this, please?

@Evertvdw
Copy link

Evertvdw commented May 8, 2023

I don't want to be annoying but this PR has been ready to merge for half a year now, and it fixes serious hydration errors. Can this be merged so I can finally get rid of those errors?

@jakubhruby
Copy link

I don't want to be annoying but this PR has been ready to merge for half a year now, and it fixes serious hydration errors. Can this be merged so I can finally get rid of those errors?

I'm also blocked by this.

@vhoyer
Copy link

vhoyer commented Aug 15, 2023

why no merge? 🥲

@github-actions
Copy link

github-actions bot commented Oct 24, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 86.5 kB 32.9 kB 29.7 kB
vue.global.prod.js 132 kB (+37 B) 49.6 kB (+16 B) 44.6 kB (+27 B)

Usages

Name Size Gzip Brotli
createApp 47.9 kB 18.9 kB 17.3 kB
createSSRApp 51.2 kB 20.2 kB 18.4 kB
defineCustomElement 50.3 kB 19.7 kB 17.9 kB
overall 61.3 kB 23.7 kB 21.6 kB

@yyx990803 yyx990803 merged commit e09c26b into vuejs:main Oct 24, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Loop context is lost when rendering nested slot in v-for using external component in SSR
6 participants