mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 00:48:16 +00:00
feat: 移除注释 to #46352540
This commit is contained in:
parent
366a0d8c2a
commit
686560b321
@ -421,14 +421,6 @@ export default function baseRendererFactory() {
|
||||
|
||||
if (!Comp) {
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user