From 877869b8df63f4179418ddfda0b3c2b722cd7e6f Mon Sep 17 00:00:00 2001 From: John Jenkins Date: Fri, 3 Jan 2025 13:07:57 +0000 Subject: [PATCH] chore: comment --- src/runtime/client-hydrate.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/client-hydrate.ts b/src/runtime/client-hydrate.ts index 0f99b69bf9e..c09063b1a90 100644 --- a/src/runtime/client-hydrate.ts +++ b/src/runtime/client-hydrate.ts @@ -284,8 +284,8 @@ const clientHydrate = ( $index$: childIdSplt[3], $tag$: node.tagName.toLowerCase(), $elm$: node, - // If we don't add the initial classes to the VNode, the first `vdom-render.ts`patch - // reconciliation won't try to reconcile them. Classes set on the node will be blown away. + // If we don't add the initial classes to the VNode, the first `vdom-render.ts` patch + // won't try to reconcile them. Classes set on the node will be blown away. $attrs$: { class: node.className || '' }, });