Skip to content

fix(runtime): handle errors for computed watch keys (fix #11624)#11626

Merged
yyx990803 merged 1 commit intovuejs:mainfrom
jak-ch-ll:fix-throws-in-computed-watch-keys
Aug 16, 2024
Merged

fix(runtime): handle errors for computed watch keys (fix #11624)#11626
yyx990803 merged 1 commit intovuejs:mainfrom
jak-ch-ll:fix-throws-in-computed-watch-keys

Conversation

@jak-ch-ll
Copy link
Copy Markdown
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
@github-actions
Copy link
Copy Markdown

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
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