mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Delete mutableSourceFirstPendingUpdateTime (#18613)
This commit is contained in:
@@ -44,7 +44,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
|
||||
this.nextKnownPendingLevel = NoWork;
|
||||
this.lastPingedTime = NoWork;
|
||||
this.lastExpiredTime = NoWork;
|
||||
this.mutableSourceFirstPendingUpdateTime = NoWork;
|
||||
this.mutableSourceLastPendingUpdateTime = NoWork;
|
||||
|
||||
if (enableSchedulerTracing) {
|
||||
|
||||
@@ -44,7 +44,6 @@ function FiberRootNode(containerInfo, tag, hydrate) {
|
||||
this.nextKnownPendingLevel = NoWork;
|
||||
this.lastPingedTime = NoWork;
|
||||
this.lastExpiredTime = NoWork;
|
||||
this.mutableSourceFirstPendingUpdateTime = NoWork;
|
||||
this.mutableSourceLastPendingUpdateTime = NoWork;
|
||||
|
||||
if (enableSchedulerTracing) {
|
||||
|
||||
Reference in New Issue
Block a user