diff --git a/debug/src/debug.js b/debug/src/debug.js index 221d8f202b..c8c4085abf 100644 --- a/debug/src/debug.js +++ b/debug/src/debug.js @@ -425,7 +425,7 @@ export function initDebug() { console.error( 'Improper nesting of paragraph. Your

should not have ' + illegalDomChildrenTypes.join(', ') + - 'as child-elements.' + + ' as child-elements.' + serializeVNode(vnode) + `\n\n${getOwnerStack(vnode)}` );