Skip to content

Commit af04252

Browse files
committed
chore: rebase
1 parent 7fcfc0a commit af04252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/hydration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export function createHydrationFunctions(
232232
// on component's rendered output to determine the end of the fragment
233233
// instead, we do a lookahead to find the end anchor node.
234234
nextNode = isFragmentStart
235-
? locateClosingAsyncAnchor(node)
235+
? locateClosingAnchor(node)
236236
: nextSibling(node)
237237

238238
mountComponent(

0 commit comments

Comments
 (0)