Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 25, 2024
1 parent be06d5c commit 1ecdb19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/client-hydrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ const clientHydrate = (
hostId,
);
}

} else if (node.nodeType === NODE_TYPE.CommentNode) {
// `${COMMENT_TYPE}.${hostId}.${nodeId}.${depth}.${index}`
childIdSplt = node.nodeValue.split('.');
Expand Down

0 comments on commit 1ecdb19

Please sign in to comment.