Skip to content

Commit b680174

Browse files
authored
Delete mutableSourceFirstPendingUpdateTime (facebook#18613)
1 parent cbafbf4 commit b680174

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
4444
this.nextKnownPendingLevel = NoWork;
4545
this.lastPingedTime = NoWork;
4646
this.lastExpiredTime = NoWork;
47-
this.mutableSourceFirstPendingUpdateTime = NoWork;
4847
this.mutableSourceLastPendingUpdateTime = NoWork;
4948

5049
if (enableSchedulerTracing) {

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

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
4444
this.nextKnownPendingLevel = NoWork;
4545
this.lastPingedTime = NoWork;
4646
this.lastExpiredTime = NoWork;
47-
this.mutableSourceFirstPendingUpdateTime = NoWork;
4847
this.mutableSourceLastPendingUpdateTime = NoWork;
4948

5049
if (enableSchedulerTracing) {

0 commit comments

Comments
 (0)