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