Merge commit '686560b321653322b52a5c8b7f68ba7e3e55fce4' into def_releases_202211011158022_ali-lowcode_ali-lowcode-engine/1.0.83

This commit is contained in:
tbfed 2023-05-25 10:38:51 +08:00
commit 0f4de3c772

View File

@ -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();
}