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(reactivity): fix triggerRef to handle ObjectRefImpl instances #11986

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

linzhe141
Copy link
Contributor

close #11982

Copy link

github-actions bot commented Sep 20, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 101 kB (+7 B) 38 kB (+4 B) 34.2 kB (+82 B)
vue.global.prod.js 160 kB (+7 B) 58 kB (+3 B) 51.5 kB (+41 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 49 kB 18.9 kB 17.2 kB
createApp 55.6 kB 21.4 kB 19.5 kB
createSSRApp 59.6 kB 23.1 kB 21 kB
defineCustomElement 60.3 kB 22.9 kB 20.9 kB
overall 69.3 kB 26.4 kB 24.1 kB

Copy link

pkg-pr-new bot commented Sep 20, 2024

Open in Stackblitz

@vue/compiler-core

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

@vue/compiler-sfc

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

@vue/compiler-dom

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

@vue/compiler-ssr

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

@vue/reactivity

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

@vue/runtime-dom

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

@vue/runtime-core

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

@vue/server-renderer

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

@vue/shared

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

vue

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

@vue/compat

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

commit: c7aae75

@yyx990803 yyx990803 merged commit b030c8b into vuejs:main Sep 20, 2024
13 checks passed
@linzhe141 linzhe141 deleted the fix-triggerRef-dep branch September 20, 2024 15:05
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.

triggerRef throw error: Cannot read properties of undefined (reading 'trigger')
2 participants