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(hydration): handle appear transition before patch props #9837

Merged
merged 3 commits into from
Dec 16, 2023

Conversation

edison1105
Copy link
Member

close #9832

Copy link

github-actions bot commented Dec 15, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 87 kB (-4 B) 33.1 kB (-3 B) 29.9 kB (-25 B)
vue.global.prod.js 133 kB (-4 B) 50 kB 44.8 kB (-19 B)

Usages

Name Size Gzip Brotli
createApp 48.4 kB 19 kB 17.4 kB
createSSRApp 51.6 kB (-4 B) 20.3 kB (-1 B) 18.5 kB (-6 B)
defineCustomElement 50.7 kB 19.8 kB 18.1 kB
overall 61.7 kB 23.9 kB 21.8 kB

Copy link

codspeed-hq bot commented Dec 15, 2023

CodSpeed Performance Report

Merging #9837 will not alter performance

Comparing edison1105:fix/#9832 (fbfe777) with main (a6503e3)

Summary

✅ 53 untouched benchmarks

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

Successfully merging this pull request may close these issues.

<Transition appear> breaks click event listener
3 participants