File tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2381,7 +2381,7 @@ function commitMutationEffectsOnFiber(
2381
2381
2382
2382
// The effect flag should be checked *after* we refine the type of fiber,
2383
2383
// 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.
2385
2385
switch ( finishedWork . tag ) {
2386
2386
case FunctionComponent :
2387
2387
case ForwardRef :
Original file line number Diff line number Diff line change @@ -2381,7 +2381,7 @@ function commitMutationEffectsOnFiber(
2381
2381
2382
2382
// The effect flag should be checked *after* we refine the type of fiber,
2383
2383
// 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.
2385
2385
switch ( finishedWork . tag ) {
2386
2386
case FunctionComponent :
2387
2387
case ForwardRef :
You can’t perform that action at this time.
0 commit comments