Skip to content

Commit 593b870

Browse files
committed
Remove Fiber fields that were used for hydrating useMutableSource
1 parent 8209de2 commit 593b870

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/react-reconciler/src/ReactFiberRoot.new.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
5959
this.pooledCacheLanes = NoLanes;
6060
}
6161

62-
if (supportsHydration) {
63-
this.mutableSourceEagerHydrationData = null;
64-
}
65-
6662
if (enableSuspenseCallback) {
6763
this.hydrationCallbacks = null;
6864
}

packages/react-reconciler/src/ReactFiberRoot.old.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
5959
this.pooledCacheLanes = NoLanes;
6060
}
6161

62-
if (supportsHydration) {
63-
this.mutableSourceEagerHydrationData = null;
64-
}
65-
6662
if (enableSuspenseCallback) {
6763
this.hydrationCallbacks = null;
6864
}

0 commit comments

Comments
 (0)