feat: 移除注释 to #46352540

This commit is contained in:
lingmin.ylm 2023-05-25 10:37:24 +08:00
parent 366a0d8c2a
commit 686560b321

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