Results 1 issues of lakeiedward

### 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)...