Skip to content

Commit

Permalink
Remove Fiber fields that were used for hydrating useMutableSource
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Sep 20, 2021
1 parent 8209de2 commit 593b870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/react-reconciler/src/ReactFiberRoot.new.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
this.pooledCacheLanes = NoLanes;
}

if (supportsHydration) {
this.mutableSourceEagerHydrationData = null;
}

if (enableSuspenseCallback) {
this.hydrationCallbacks = null;
}
Expand Down
4 changes: 0 additions & 4 deletions packages/react-reconciler/src/ReactFiberRoot.old.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
this.pooledCacheLanes = NoLanes;
}

if (supportsHydration) {
this.mutableSourceEagerHydrationData = null;
}

if (enableSuspenseCallback) {
this.hydrationCallbacks = null;
}
Expand Down

0 comments on commit 593b870

Please sign in to comment.