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 9d25c35 commit c298156Copy full SHA for c298156
packages/runtime-vapor/src/component.ts
@@ -410,7 +410,7 @@ export function setupComponent(
410
const root = filterSingleRootElement(instance.block)
411
if (root) {
412
renderEffect(() => applyFallthroughProps(root, instance.attrs))
413
- } else if (__DEV__ && isArray(instance.block)) {
+ } else if (__DEV__ && isArray(instance.block) && instance.block.length) {
414
warnExtraneousAttributes(instance.attrs)
415
}
416
0 commit comments