We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb606f3 commit f2a5abeCopy full SHA for f2a5abe
packages/runtime-vapor/src/dom/hydration.ts
@@ -118,10 +118,6 @@ function locateHydrationNodeImpl() {
118
if (insertionParent && (!node || node.parentNode !== insertionParent)) {
119
node = _nthChild(insertionParent, insertionParent.$dp || 0)
120
}
121
-
122
- while (node && isNonHydrationNode(node)) {
123
- node = node.nextSibling!
124
- }
125
126
127
if (__DEV__ && !node) {
0 commit comments