### Version 2.7.14 ### Reproduction link [github.com](https://github.com/vuejs/vue/blob/main/src/core/observer/dep.ts) ### Steps to reproduce There is no ### What is expected? const subs = this.subs.filter(s => s) as DepTarget[] if (subs.length === 0) return ### What is actually happening? subs Keep running down <!-- generated by vue-issues. DO NOT REMOVE -->
Version
2.7.14
Reproduction link
github.com
Steps to reproduce
There is no
What is expected?
const subs = this.subs.filter(s => s) as DepTarget[]
if (subs.length === 0) return
What is actually happening?
subs Keep running down