mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 22:58:15 +00:00
fix: Component 组件频繁处理问题
This commit is contained in:
parent
0cccb29da9
commit
c570f10417
@ -832,9 +832,9 @@ export default function baseRenererFactory() {
|
|||||||
baseRenderer: this,
|
baseRenderer: this,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
this.__hoc_components[schema.componentName] = Comp;
|
||||||
} else {
|
} else {
|
||||||
Comp = this.__hoc_components[schema.componentName];
|
Comp = this.__hoc_components[schema.componentName];
|
||||||
this.__hoc_components[schema.componentName] = Comp;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return Comp;
|
return Comp;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user