mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-11 16:28:18 +00:00
Merge commit '686560b321653322b52a5c8b7f68ba7e3e55fce4' into def_releases_202211011158022_ali-lowcode_ali-lowcode-engine/1.0.83
This commit is contained in:
commit
0f4de3c772
@ -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