From 1ecdb198f889f741f80bd0dcc0c1bc548e33fc46 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Thu, 25 Jul 2024 14:39:15 -0700 Subject: [PATCH] prettier --- src/runtime/client-hydrate.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/client-hydrate.ts b/src/runtime/client-hydrate.ts index 16cd29ce212..4ec4d03443a 100644 --- a/src/runtime/client-hydrate.ts +++ b/src/runtime/client-hydrate.ts @@ -181,7 +181,6 @@ const clientHydrate = ( hostId, ); } - } else if (node.nodeType === NODE_TYPE.CommentNode) { // `${COMMENT_TYPE}.${hostId}.${nodeId}.${depth}.${index}` childIdSplt = node.nodeValue.split('.');