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): ensure the first parameter in the reduce callback is reactive #12737

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

inottn
Copy link
Contributor

@inottn inottn commented Jan 18, 2025

close #12735

Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB (+47 B) 38 kB (+35 B) 34.3 kB (+43 B)
vue.global.prod.js 158 kB (+47 B) 57.9 kB (+31 B) 51.5 kB (+45 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 46.4 kB (+47 B) 18.2 kB (+32 B) 16.7 kB (+21 B)
createApp 54.4 kB (+47 B) 21.2 kB (+32 B) 19.4 kB (+31 B)
createSSRApp 58.6 kB (+47 B) 22.9 kB (+27 B) 20.9 kB (+34 B)
defineCustomElement 59.2 kB (+47 B) 22.8 kB (+40 B) 20.7 kB (+23 B)
overall 68.4 kB (+47 B) 26.4 kB (+33 B) 24 kB (-3 B)

Copy link

pkg-pr-new bot commented Jan 18, 2025

Open in Stackblitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@12737

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@12737

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@12737

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@12737

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@12737

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@12737

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@12737

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@12737

@vue/shared

npm i https://pkg.pr.new/@vue/shared@12737

vue

npm i https://pkg.pr.new/vue@12737

@vue/compat

npm i https://pkg.pr.new/@vue/compat@12737

commit: 00f3f57

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.

Reactivity issue with computed on array first item
1 participant