File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ function updateSimpleMemoComponent(
557
557
// The pending lanes were cleared at the beginning of beginWork. We're
558
558
// about to bail out, but there might be other lanes that weren't
559
559
// included in the current render. Usually, the priority level of the
560
- // remaining updates is accumlated during the evaluation of the
560
+ // remaining updates is accumulated during the evaluation of the
561
561
// component (i.e. when processing the update queue). But since since
562
562
// we're bailing out early *without* evaluating the component, we need
563
563
// to account for it here, too. Reset to the value of the current fiber.
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ function updateSimpleMemoComponent(
557
557
// The pending lanes were cleared at the beginning of beginWork. We're
558
558
// about to bail out, but there might be other lanes that weren't
559
559
// included in the current render. Usually, the priority level of the
560
- // remaining updates is accumlated during the evaluation of the
560
+ // remaining updates is accumulated during the evaluation of the
561
561
// component (i.e. when processing the update queue). But since since
562
562
// we're bailing out early *without* evaluating the component, we need
563
563
// to account for it here, too. Reset to the value of the current fiber.
You can’t perform that action at this time.
0 commit comments