From efe9fb1cd8b27383a33de77af7885a614bfd3b7d Mon Sep 17 00:00:00 2001 From: Jubal Mabaquiao Date: Thu, 17 Oct 2024 15:17:19 +0800 Subject: [PATCH] Fix error message typo (#4534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshot 2024-10-15 at 11.13.10 AM --- debug/src/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}` );