shampoo

Results 3 issues of 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 -...

noop-case
已在七印中修正

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

type:bug

在进行嵌套定义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 -...