@ -22,7 +22,6 @@
widget._initProps(config);
widget._initRoot();
widget._initRef();
if (!lazy || config.element || config.root) {
widget._lazyConstructor();
}
@ -35,6 +35,7 @@
if (!this._constructed) {
this._constructed = true;
this._init();
this._initRef();
},