mirror of https://github.com/vuejs/core.git
chore: update
This commit is contained in:
parent
bb606f3ac5
commit
f2a5abeced
|
@ -118,10 +118,6 @@ function locateHydrationNodeImpl() {
|
|||
if (insertionParent && (!node || node.parentNode !== insertionParent)) {
|
||||
node = _nthChild(insertionParent, insertionParent.$dp || 0)
|
||||
}
|
||||
|
||||
while (node && isNonHydrationNode(node)) {
|
||||
node = node.nextSibling!
|
||||
}
|
||||
}
|
||||
|
||||
if (__DEV__ && !node) {
|
||||
|
|
Loading…
Reference in New Issue