shampoo
shampoo
在进行嵌套定义effect时,如果多次修改外部effect中使用的响应式数据,会间接调用内部effect。 ```javascript let data = {foo: true, bar: false, text: "data.text"}; const bucket = new WeakMap; const effectStack = []; effectStack.activeEffect = function () { if (this.length) return this[this.length -...
### Checks - [x] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session - [X]...
在进行嵌套定义effect时,如果多次修改外部effect中使用的响应式数据,会间接调用内部effect。 ```javascript let data = {foo: true, bar: false, text: "data.text"}; const bucket = new WeakMap; const effectStack = []; effectStack.activeEffect = function () { if (this.length) return this[this.length -...