mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 22:58:15 +00:00
feat: 移除注释 to #46352540
This commit is contained in:
parent
366a0d8c2a
commit
686560b321
@ -421,14 +421,6 @@ export default function baseRendererFactory() {
|
|||||||
|
|
||||||
if (!Comp) {
|
if (!Comp) {
|
||||||
console.error(`${schema.componentName} is not found! component list is:`, components || this.props.__container?.components);
|
console.error(`${schema.componentName} is not found! component list is:`, components || this.props.__container?.components);
|
||||||
// return engine.createElement(
|
|
||||||
// engine.getNotFoundComponent(),
|
|
||||||
// {
|
|
||||||
// componentName: schema.componentName,
|
|
||||||
// componentId: schema.id,
|
|
||||||
// },
|
|
||||||
// this.__getSchemaChildrenVirtualDom(schema, scope, Comp),
|
|
||||||
// );
|
|
||||||
Comp = engine.getNotFoundComponent();
|
Comp = engine.getNotFoundComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user