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-core): fix watch immediate error not captured in effectscope #8397

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

linghaoSu
Copy link
Contributor

fix #8284

@skirtles-code
Copy link
Contributor

It looks like the underlying problem was fixed by #9948. I tried running the test case added in this PR and it does pass since that PR was merged.

That PR didn't add any test cases for the specific scenario being handled here, so perhaps this PR could be repurposed just to add the relevant tests?

@linghaoSu linghaoSu force-pushed the fix/error-capture-in-effect-scope branch from b468cb9 to a6e8f49 Compare July 10, 2024 02:30
Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 89.4 kB 34.2 kB 30.8 kB
vue.global.prod.js 146 kB 53.6 kB 47.7 kB

Usages

Name Size Gzip Brotli
createApp 51.3 kB 20.1 kB 18.3 kB
createSSRApp 54.7 kB 21.4 kB 19.5 kB
defineCustomElement 53.6 kB 20.9 kB 19 kB
overall 65 kB 25.1 kB 22.7 kB

@linghaoSu
Copy link
Contributor Author

It looks like the underlying problem was fixed by #9948. I tried running the test case added in this PR and it does pass since that PR was merged.

That PR didn't add any test cases for the specific scenario being handled here, so perhaps this PR could be repurposed just to add the relevant tests?

It's great to see that this issue has been fixed, removing the previous fix and leaving only the test code in place

@yyx990803 yyx990803 merged commit 2d85441 into vuejs:main Jul 16, 2024
11 checks passed
@linghaoSu linghaoSu deleted the fix/error-capture-in-effect-scope branch July 16, 2024 05:59
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.

Error handling inside the effectScope
3 participants