Skip to content

Commit f1fed75

Browse files
liujupingLeoYuan
authored andcommitted
fix: fix unnecessary props calculation
1 parent aca2f08 commit f1fed75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/renderer-core/src/renderer/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function componentRendererFactory(): IBaseRenderComponent {
3030
});
3131
this.__render();
3232

33-
const { noContainer } = this.__parseData(__schema.props);
33+
const noContainer = this.__parseData(__schema.props?.noContainer);
3434

3535
if (noContainer) {
3636
return this.__renderContextProvider({ compContext: this });

0 commit comments

Comments
 (0)