]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): do not remove dep from depsMap when unsubbed by computed
authorEvan You <evan@vuejs.org>
Fri, 20 Sep 2024 15:39:33 +0000 (23:39 +0800)
committerEvan You <evan@vuejs.org>
Fri, 20 Sep 2024 15:39:59 +0000 (23:39 +0800)
commit960706eebf73f08ebc9d5dd853a05def05e2c153
tree7c98e2edbb9b10c5a422c46baf94f35a5dfd3ac7
parentb030c8bc7327877efb98aa3d9a58eb287a6ff07a
fix(reactivity): do not remove dep from depsMap when unsubbed by computed

follow up of 235ea4772 after discovering regression in vant ecosystem-ci tests
packages/reactivity/__tests__/computed.spec.ts
packages/reactivity/src/effect.ts