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 9c44db8 commit 025875aCopy full SHA for 025875a
src/diff/index.js
@@ -78,7 +78,8 @@ export function diff(
78
if (
79
oldVNode._flags & MODE_SUSPENDED &&
80
// @ts-expect-error This is 1 or 0 (true or false)
81
- (isHydrating = oldVNode._flags & MODE_HYDRATE)
+ (isHydrating = oldVNode._flags & MODE_HYDRATE) &&
82
+ oldVNode._component._excess
83
) {
84
excessDomChildren = oldVNode._component._excess;
85
oldDom = excessDomChildren[0];
0 commit comments