mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
Merge branch feat/mobx-rendererPerformanceOptimization into release/1.0.69
Title: fix: Component 组件频繁处理问题 Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/6583182
This commit is contained in:
commit
d846e86472
@ -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