Skip to content

Commit

Permalink
Revert "Move update scheduling to microtask (facebook#26512)"
Browse files Browse the repository at this point in the history
This reverts commit 09c8d25.
  • Loading branch information
kassens committed Apr 17, 2023
1 parent cfd9d8c commit d8dfc22
Show file tree
Hide file tree
Showing 19 changed files with 376 additions and 557 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ describe('ProfilingCache', () => {
2 => 0,
},
"passiveEffectDuration": null,
"priorityLevel": "Normal",
"priorityLevel": "Immediate",
"timestamp": 0,
"updaters": [
{
Expand Down
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberRoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function FiberRootNode(
this.cancelPendingCommit = null;
this.context = null;
this.pendingContext = null;
this.next = null;
this.callbackNode = null;
this.callbackPriority = NoLane;
this.eventTimes = createLaneMap(NoLanes);
Expand Down
Loading

0 comments on commit d8dfc22

Please sign in to comment.