We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9961f1f commit a8c31b4Copy full SHA for a8c31b4
packages/react-reconciler/src/ReactFiberCompleteWork.js
@@ -88,7 +88,7 @@ export default function<T, P, I, TI, HI, PI, C, CC, CX, PL>(
88
89
function markUpdate(workInProgress: Fiber) {
90
// Tag the fiber with an update effect. This turns a Placement into
91
- // an UpdateAndPlacement.
+ // an PlacementAndUpdate.
92
workInProgress.effectTag |= Update;
93
}
94
0 commit comments