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(runtime): handle errors for computed watch keys (fix #11624) #11626

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

Jak-Ch-ll
Copy link
Contributor

@Jak-Ch-ll Jak-Ch-ll commented Aug 15, 2024

Closes #11624

@Jak-Ch-ll Jak-Ch-ll changed the title fix(runtime): handle errors for computed watch keys (fix #11624[,#11624]) fix(runtime): handle errors for computed watch keys (fix #11624) Aug 15, 2024
@edison1105 edison1105 added 🐞 bug Something isn't working ready to merge The PR is ready to be merged. labels Aug 15, 2024
Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 98.7 kB (+6 B) 37.4 kB (+6 B) 33.7 kB (-56 B)
vue.global.prod.js 156 kB (+6 B) 57.2 kB (+5 B) 50.8 kB (-67 B)

Usages

Name Size Gzip Brotli
createApp 54.2 kB (+6 B) 21 kB (+6 B) 19.1 kB (-46 B)
createSSRApp 58.1 kB (+6 B) 22.6 kB (+7 B) 20.6 kB (+38 B)
defineCustomElement 58.8 kB (+6 B) 22.5 kB (+5 B) 20.5 kB (-55 B)
overall 67.8 kB (+6 B) 26 kB (+7 B) 23.7 kB (+80 B)

@yyx990803 yyx990803 merged commit 8bcaad4 into vuejs:main Aug 16, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working ready to merge The PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors in computed bypass onErrorCaptured
3 participants