mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
revert: 去掉多余注释
This commit is contained in:
parent
c3b796e6a2
commit
2495afac95
@ -141,7 +141,7 @@ export default class Engine extends PureComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
createElement(Component, props, children) {
|
createElement(Component, props, children) {
|
||||||
// TODO: enable in runtime mode?s
|
// TODO: enable in runtime mode?
|
||||||
this.patchDidCatch(Component);
|
this.patchDidCatch(Component);
|
||||||
return (this.props.customCreateElement || reactCreateElement)(Component, props, children);
|
return (this.props.customCreateElement || reactCreateElement)(Component, props, children);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user