Skip to content

Commit d8dfc22

Browse files
committed
Revert "Move update scheduling to microtask (#26512)"
This reverts commit 09c8d25.
1 parent cfd9d8c commit d8dfc22

19 files changed

+376
-557
lines changed

packages/react-devtools-shared/src/__tests__/profilingCache-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ describe('ProfilingCache', () => {
963963
2 => 0,
964964
},
965965
"passiveEffectDuration": null,
966-
"priorityLevel": "Normal",
966+
"priorityLevel": "Immediate",
967967
"timestamp": 0,
968968
"updaters": [
969969
{

packages/react-reconciler/src/ReactFiberRoot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ function FiberRootNode(
6363
this.cancelPendingCommit = null;
6464
this.context = null;
6565
this.pendingContext = null;
66-
this.next = null;
6766
this.callbackNode = null;
6867
this.callbackPriority = NoLane;
6968
this.eventTimes = createLaneMap(NoLanes);

0 commit comments

Comments
 (0)