mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 10:57:19 +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,
|
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