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('.');