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 @@ -2381,7 +2381,7 @@ function commitMutationEffectsOnFiber(
23812381
23822382 // The effect flag should be checked *after* we refine the type of fiber,
23832383 // because the fiber tag is more specific. An exception is any flag related
2384- // to reconcilation , because those can be set on all fiber types.
2384+ // to reconciliation , because those can be set on all fiber types.
23852385 switch ( finishedWork . tag ) {
23862386 case FunctionComponent :
23872387 case ForwardRef :
Original file line number Diff line number Diff line change @@ -2381,7 +2381,7 @@ function commitMutationEffectsOnFiber(
23812381
23822382 // The effect flag should be checked *after* we refine the type of fiber,
23832383 // because the fiber tag is more specific. An exception is any flag related
2384- // to reconcilation , because those can be set on all fiber types.
2384+ // to reconciliation , because those can be set on all fiber types.
23852385 switch ( finishedWork . tag ) {
23862386 case FunctionComponent :
23872387 case ForwardRef :
You can’t perform that action at this time.
0 commit comments