diff --git a/packages/designer/src/builtin-simulator/host.ts b/packages/designer/src/builtin-simulator/host.ts index 1e0ccd6ab..edb823002 100644 --- a/packages/designer/src/builtin-simulator/host.ts +++ b/packages/designer/src/builtin-simulator/host.ts @@ -258,6 +258,14 @@ export class BuiltinSimulatorHost implements ISimulatorHost documentInstance.getNode(id) as Node} rendererName="PageRenderer" thisRequiredInJSE={host.thisRequiredInJSE} + notFoundComponent={host.notFoundComponent} + faultComponent={host.faultComponent} customCreateElement={(Component: any, props: any, children: any) => { const { __id, ...viewProps } = props; viewProps.componentId = __id;