mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
fix: fix unnecessary props calculation
This commit is contained in:
parent
aca2f08b77
commit
f1fed75f39
@ -30,7 +30,7 @@ export default function componentRendererFactory(): IBaseRenderComponent {
|
||||
});
|
||||
this.__render();
|
||||
|
||||
const { noContainer } = this.__parseData(__schema.props);
|
||||
const noContainer = this.__parseData(__schema.props?.noContainer);
|
||||
|
||||
if (noContainer) {
|
||||
return this.__renderContextProvider({ compContext: this });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user