diff --git a/packages/runtime-core/src/componentRenderUtils.ts b/packages/runtime-core/src/componentRenderUtils.ts index b2725de6..b994f706 100644 --- a/packages/runtime-core/src/componentRenderUtils.ts +++ b/packages/runtime-core/src/componentRenderUtils.ts @@ -40,7 +40,7 @@ export function renderComponentRoot( slots, emit }) - : render(props, null as any /* we know it doesn't it */) + : render(props, null as any /* we know it doesn't need it */) ) } } catch (err) {