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(templateRef): delay setting the ref value if wrapped in Suspense #12082

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

edison1105
Copy link
Member

@edison1105 edison1105 commented Sep 30, 2024

close #4930

Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 101 kB (+42 B) 38.1 kB (+5 B) 34.2 kB (-27 B)
vue.global.prod.js 160 kB (+42 B) 58 kB (+5 B) 51.6 kB (+76 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 49.1 kB (+42 B) 18.9 kB (+15 B) 17.3 kB (+24 B)
createApp 55.7 kB (+42 B) 21.4 kB (+10 B) 19.6 kB (-23 B)
createSSRApp 59.7 kB (+42 B) 23.1 kB (+7 B) 21.1 kB (+61 B)
defineCustomElement 60.4 kB (+42 B) 23 kB (+10 B) 21 kB (+70 B)
overall 69.4 kB (+42 B) 26.5 kB (+8 B) 24.1 kB (+40 B)

Copy link

pkg-pr-new bot commented Sep 30, 2024

Open in Stackblitz

@vue/compiler-core

pnpm add https://pkg.pr.new/@vue/compiler-core@12082

@vue/compiler-sfc

pnpm add https://pkg.pr.new/@vue/compiler-sfc@12082

@vue/compiler-ssr

pnpm add https://pkg.pr.new/@vue/compiler-ssr@12082

@vue/compiler-dom

pnpm add https://pkg.pr.new/@vue/compiler-dom@12082

@vue/reactivity

pnpm add https://pkg.pr.new/@vue/reactivity@12082

@vue/runtime-core

pnpm add https://pkg.pr.new/@vue/runtime-core@12082

@vue/runtime-dom

pnpm add https://pkg.pr.new/@vue/runtime-dom@12082

@vue/server-renderer

pnpm add https://pkg.pr.new/@vue/server-renderer@12082

@vue/shared

pnpm add https://pkg.pr.new/@vue/shared@12082

@vue/compat

pnpm add https://pkg.pr.new/@vue/compat@12082

vue

pnpm add https://pkg.pr.new/vue@12082

commit: 754c3ba

@edison1105 edison1105 added ready to merge The PR is ready to be merged. 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready for review This PR requires more reviews and removed ready to merge The PR is ready to be merged. labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready for review This PR requires more reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

template ref can not get exposed value from a top level await component
1 participant