diff --git a/pkg/app/component.go b/pkg/app/component.go index b33f72ae2..1910a8175 100644 --- a/pkg/app/component.go +++ b/pkg/app/component.go @@ -335,7 +335,7 @@ func (c *Compo) updateWith(v UI) error { Tag("new", reflect.TypeOf(v)) } - defer c.getDispatcher().preventComponentUpdate(c.this) + // defer c.getDispatcher().preventComponentUpdate(c.this) aval := reflect.Indirect(reflect.ValueOf(c.self())) bval := reflect.Indirect(reflect.ValueOf(v))