diff --git a/packages/inula-reactive/src/RProxyNode.ts b/packages/inula-reactive/src/RProxyNode.ts index e4a2118a..b943e585 100644 --- a/packages/inula-reactive/src/RProxyNode.ts +++ b/packages/inula-reactive/src/RProxyNode.ts @@ -61,10 +61,6 @@ export class RProxyNode extends RNode { } this.parent.children.set(this.key, this); } - - if (this.isComputed) { - this.update(); - } } compare(prevValue: any, value: any) {