We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583a1c7 commit f49f953Copy full SHA for f49f953
packages/runtime-core/src/componentRenderUtils.ts
@@ -175,7 +175,7 @@ export function renderComponentRoot(
175
treeOwnerId && treeOwnerId !== scopeId ? treeOwnerId + '-s' : null
176
if (needScopeId || slotScopeId) {
177
const extras: Data = {}
178
- if (needScopeId) extras[scopeId] = ''
+ if (needScopeId) extras[scopeId!] = ''
179
if (slotScopeId) extras[slotScopeId] = ''
180
root = cloneVNode(root, extras)
181
}
0 commit comments