Skip to content

Commit 809d7d4

Browse files
committed
Fix a spelling mistake. (#28555)
DiffTrain build for [9ffe910](9ffe910)
1 parent b18936e commit 809d7d4

19 files changed

+113
-113
lines changed

compiled/facebook-www/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bbc571aee431d44799ae6a70832ea834325a5af9
1+
9ffe9102ffd08ca7a56c60aa6952208890d213ce

compiled/facebook-www/React-prod.classic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
633633
exports.useTransition = function () {
634634
return ReactCurrentDispatcher.current.useTransition();
635635
};
636-
exports.version = "18.3.0-www-classic-3035b16e";
636+
exports.version = "18.3.0-www-classic-6d7ca4e7";

compiled/facebook-www/React-profiling.classic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ exports.useSyncExternalStore = function (
637637
exports.useTransition = function () {
638638
return ReactCurrentDispatcher.current.useTransition();
639639
};
640-
exports.version = "18.3.0-www-classic-bf936cd0";
640+
exports.version = "18.3.0-www-classic-27d0aa6f";
641641
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
642642
"function" ===
643643
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (__DEV__) {
6666
return self;
6767
}
6868

69-
var ReactVersion = "18.3.0-www-classic-1172eaef";
69+
var ReactVersion = "18.3.0-www-classic-40121660";
7070

7171
var LegacyRoot = 0;
7272
var ConcurrentRoot = 1;
@@ -6969,7 +6969,7 @@ if (__DEV__) {
69696969
var context = newChild;
69706970
return createChild(
69716971
returnFiber,
6972-
readContextDuringReconcilation(returnFiber, context, lanes),
6972+
readContextDuringReconciliation(returnFiber, context, lanes),
69736973
lanes,
69746974
debugInfo
69756975
);
@@ -7092,7 +7092,7 @@ if (__DEV__) {
70927092
return updateSlot(
70937093
returnFiber,
70947094
oldFiber,
7095-
readContextDuringReconcilation(returnFiber, context, lanes),
7095+
readContextDuringReconciliation(returnFiber, context, lanes),
70967096
lanes,
70977097
debugInfo
70987098
);
@@ -7217,7 +7217,7 @@ if (__DEV__) {
72177217
existingChildren,
72187218
returnFiber,
72197219
newIdx,
7220-
readContextDuringReconcilation(returnFiber, context, lanes),
7220+
readContextDuringReconciliation(returnFiber, context, lanes),
72217221
lanes,
72227222
debugInfo
72237223
);
@@ -7962,7 +7962,7 @@ if (__DEV__) {
79627962
return reconcileChildFibersImpl(
79637963
returnFiber,
79647964
currentFirstChild,
7965-
readContextDuringReconcilation(returnFiber, context, lanes),
7965+
readContextDuringReconciliation(returnFiber, context, lanes),
79667966
lanes,
79677967
debugInfo
79687968
);
@@ -18878,7 +18878,7 @@ if (__DEV__) {
1887818878

1887918879
return readContextForConsumer(currentlyRenderingFiber, context);
1888018880
}
18881-
function readContextDuringReconcilation(consumer, context, renderLanes) {
18881+
function readContextDuringReconciliation(consumer, context, renderLanes) {
1888218882
if (currentlyRenderingFiber === null) {
1888318883
prepareToReadContext(consumer, renderLanes);
1888418884
}

compiled/facebook-www/ReactART-dev.modern.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (__DEV__) {
6666
return self;
6767
}
6868

69-
var ReactVersion = "18.3.0-www-modern-6a870747";
69+
var ReactVersion = "18.3.0-www-modern-dede75f6";
7070

7171
var LegacyRoot = 0;
7272
var ConcurrentRoot = 1;
@@ -6734,7 +6734,7 @@ if (__DEV__) {
67346734
var context = newChild;
67356735
return createChild(
67366736
returnFiber,
6737-
readContextDuringReconcilation(returnFiber, context, lanes),
6737+
readContextDuringReconciliation(returnFiber, context, lanes),
67386738
lanes,
67396739
debugInfo
67406740
);
@@ -6857,7 +6857,7 @@ if (__DEV__) {
68576857
return updateSlot(
68586858
returnFiber,
68596859
oldFiber,
6860-
readContextDuringReconcilation(returnFiber, context, lanes),
6860+
readContextDuringReconciliation(returnFiber, context, lanes),
68616861
lanes,
68626862
debugInfo
68636863
);
@@ -6982,7 +6982,7 @@ if (__DEV__) {
69826982
existingChildren,
69836983
returnFiber,
69846984
newIdx,
6985-
readContextDuringReconcilation(returnFiber, context, lanes),
6985+
readContextDuringReconciliation(returnFiber, context, lanes),
69866986
lanes,
69876987
debugInfo
69886988
);
@@ -7727,7 +7727,7 @@ if (__DEV__) {
77277727
return reconcileChildFibersImpl(
77287728
returnFiber,
77297729
currentFirstChild,
7730-
readContextDuringReconcilation(returnFiber, context, lanes),
7730+
readContextDuringReconciliation(returnFiber, context, lanes),
77317731
lanes,
77327732
debugInfo
77337733
);
@@ -18566,7 +18566,7 @@ if (__DEV__) {
1856618566

1856718567
return readContextForConsumer(currentlyRenderingFiber, context);
1856818568
}
18569-
function readContextDuringReconcilation(consumer, context, renderLanes) {
18569+
function readContextDuringReconciliation(consumer, context, renderLanes) {
1857018570
if (currentlyRenderingFiber === null) {
1857118571
prepareToReadContext(consumer, renderLanes);
1857218572
}

compiled/facebook-www/ReactART-prod.classic.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ function createChildReconciler(shouldTrackSideEffects) {
20872087
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
20882088
return createChild(
20892089
returnFiber,
2090-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2090+
readContextDuringReconciliation(returnFiber, newChild, lanes),
20912091
lanes
20922092
);
20932093
throwOnInvalidObjectType(returnFiber, newChild);
@@ -2134,7 +2134,7 @@ function createChildReconciler(shouldTrackSideEffects) {
21342134
return updateSlot(
21352135
returnFiber,
21362136
oldFiber,
2137-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2137+
readContextDuringReconciliation(returnFiber, newChild, lanes),
21382138
lanes
21392139
);
21402140
throwOnInvalidObjectType(returnFiber, newChild);
@@ -2202,7 +2202,7 @@ function createChildReconciler(shouldTrackSideEffects) {
22022202
existingChildren,
22032203
returnFiber,
22042204
newIdx,
2205-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2205+
readContextDuringReconciliation(returnFiber, newChild, lanes),
22062206
lanes
22072207
);
22082208
throwOnInvalidObjectType(returnFiber, newChild);
@@ -2521,7 +2521,7 @@ function createChildReconciler(shouldTrackSideEffects) {
25212521
return reconcileChildFibersImpl(
25222522
returnFiber,
25232523
currentFirstChild,
2524-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2524+
readContextDuringReconciliation(returnFiber, newChild, lanes),
25252525
lanes
25262526
);
25272527
throwOnInvalidObjectType(returnFiber, newChild);
@@ -6331,7 +6331,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
63316331
function readContext(context) {
63326332
return readContextForConsumer(currentlyRenderingFiber, context);
63336333
}
6334-
function readContextDuringReconcilation(consumer, context, renderLanes) {
6334+
function readContextDuringReconciliation(consumer, context, renderLanes) {
63356335
null === currentlyRenderingFiber &&
63366336
prepareToReadContext(consumer, renderLanes);
63376337
return readContextForConsumer(consumer, context);
@@ -10626,7 +10626,7 @@ var slice = Array.prototype.slice,
1062610626
return null;
1062710627
},
1062810628
bundleType: 0,
10629-
version: "18.3.0-www-classic-950e7acd",
10629+
version: "18.3.0-www-classic-0bce71b7",
1063010630
rendererPackageName: "react-art"
1063110631
};
1063210632
var internals$jscomp$inline_1320 = {
@@ -10657,7 +10657,7 @@ var internals$jscomp$inline_1320 = {
1065710657
scheduleRoot: null,
1065810658
setRefreshHandler: null,
1065910659
getCurrentFiber: null,
10660-
reconcilerVersion: "18.3.0-www-classic-950e7acd"
10660+
reconcilerVersion: "18.3.0-www-classic-0bce71b7"
1066110661
};
1066210662
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1066310663
var hook$jscomp$inline_1321 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactART-prod.modern.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ function createChildReconciler(shouldTrackSideEffects) {
18831883
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
18841884
return createChild(
18851885
returnFiber,
1886-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1886+
readContextDuringReconciliation(returnFiber, newChild, lanes),
18871887
lanes
18881888
);
18891889
throwOnInvalidObjectType(returnFiber, newChild);
@@ -1930,7 +1930,7 @@ function createChildReconciler(shouldTrackSideEffects) {
19301930
return updateSlot(
19311931
returnFiber,
19321932
oldFiber,
1933-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1933+
readContextDuringReconciliation(returnFiber, newChild, lanes),
19341934
lanes
19351935
);
19361936
throwOnInvalidObjectType(returnFiber, newChild);
@@ -1998,7 +1998,7 @@ function createChildReconciler(shouldTrackSideEffects) {
19981998
existingChildren,
19991999
returnFiber,
20002000
newIdx,
2001-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2001+
readContextDuringReconciliation(returnFiber, newChild, lanes),
20022002
lanes
20032003
);
20042004
throwOnInvalidObjectType(returnFiber, newChild);
@@ -2317,7 +2317,7 @@ function createChildReconciler(shouldTrackSideEffects) {
23172317
return reconcileChildFibersImpl(
23182318
returnFiber,
23192319
currentFirstChild,
2320-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2320+
readContextDuringReconciliation(returnFiber, newChild, lanes),
23212321
lanes
23222322
);
23232323
throwOnInvalidObjectType(returnFiber, newChild);
@@ -6049,7 +6049,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
60496049
function readContext(context) {
60506050
return readContextForConsumer(currentlyRenderingFiber, context);
60516051
}
6052-
function readContextDuringReconcilation(consumer, context, renderLanes) {
6052+
function readContextDuringReconciliation(consumer, context, renderLanes) {
60536053
null === currentlyRenderingFiber &&
60546054
prepareToReadContext(consumer, renderLanes);
60556055
return readContextForConsumer(consumer, context);
@@ -10281,7 +10281,7 @@ var slice = Array.prototype.slice,
1028110281
return null;
1028210282
},
1028310283
bundleType: 0,
10284-
version: "18.3.0-www-modern-7b6c6444",
10284+
version: "18.3.0-www-modern-1ea124ef",
1028510285
rendererPackageName: "react-art"
1028610286
};
1028710287
var internals$jscomp$inline_1300 = {
@@ -10312,7 +10312,7 @@ var internals$jscomp$inline_1300 = {
1031210312
scheduleRoot: null,
1031310313
setRefreshHandler: null,
1031410314
getCurrentFiber: null,
10315-
reconcilerVersion: "18.3.0-www-modern-7b6c6444"
10315+
reconcilerVersion: "18.3.0-www-modern-1ea124ef"
1031610316
};
1031710317
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1031810318
var hook$jscomp$inline_1301 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactDOM-dev.classic.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -11703,7 +11703,7 @@ if (__DEV__) {
1170311703
var context = newChild;
1170411704
return createChild(
1170511705
returnFiber,
11706-
readContextDuringReconcilation(returnFiber, context, lanes),
11706+
readContextDuringReconciliation(returnFiber, context, lanes),
1170711707
lanes,
1170811708
debugInfo
1170911709
);
@@ -11826,7 +11826,7 @@ if (__DEV__) {
1182611826
return updateSlot(
1182711827
returnFiber,
1182811828
oldFiber,
11829-
readContextDuringReconcilation(returnFiber, context, lanes),
11829+
readContextDuringReconciliation(returnFiber, context, lanes),
1183011830
lanes,
1183111831
debugInfo
1183211832
);
@@ -11951,7 +11951,7 @@ if (__DEV__) {
1195111951
existingChildren,
1195211952
returnFiber,
1195311953
newIdx,
11954-
readContextDuringReconcilation(returnFiber, context, lanes),
11954+
readContextDuringReconciliation(returnFiber, context, lanes),
1195511955
lanes,
1195611956
debugInfo
1195711957
);
@@ -12726,7 +12726,7 @@ if (__DEV__) {
1272612726
return reconcileChildFibersImpl(
1272712727
returnFiber,
1272812728
currentFirstChild,
12729-
readContextDuringReconcilation(returnFiber, context, lanes),
12729+
readContextDuringReconciliation(returnFiber, context, lanes),
1273012730
lanes,
1273112731
debugInfo
1273212732
);
@@ -24119,7 +24119,7 @@ if (__DEV__) {
2411924119

2412024120
return readContextForConsumer(currentlyRenderingFiber, context);
2412124121
}
24122-
function readContextDuringReconcilation(consumer, context, renderLanes) {
24122+
function readContextDuringReconciliation(consumer, context, renderLanes) {
2412324123
if (currentlyRenderingFiber === null) {
2412424124
prepareToReadContext(consumer, renderLanes);
2412524125
}
@@ -35771,7 +35771,7 @@ if (__DEV__) {
3577135771
return root;
3577235772
}
3577335773

35774-
var ReactVersion = "18.3.0-www-classic-ecd67585";
35774+
var ReactVersion = "18.3.0-www-classic-f22d5b27";
3577535775

3577635776
function createPortal$1(
3577735777
children,

compiled/facebook-www/ReactDOM-dev.modern.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -11665,7 +11665,7 @@ if (__DEV__) {
1166511665
var context = newChild;
1166611666
return createChild(
1166711667
returnFiber,
11668-
readContextDuringReconcilation(returnFiber, context, lanes),
11668+
readContextDuringReconciliation(returnFiber, context, lanes),
1166911669
lanes,
1167011670
debugInfo
1167111671
);
@@ -11788,7 +11788,7 @@ if (__DEV__) {
1178811788
return updateSlot(
1178911789
returnFiber,
1179011790
oldFiber,
11791-
readContextDuringReconcilation(returnFiber, context, lanes),
11791+
readContextDuringReconciliation(returnFiber, context, lanes),
1179211792
lanes,
1179311793
debugInfo
1179411794
);
@@ -11913,7 +11913,7 @@ if (__DEV__) {
1191311913
existingChildren,
1191411914
returnFiber,
1191511915
newIdx,
11916-
readContextDuringReconcilation(returnFiber, context, lanes),
11916+
readContextDuringReconciliation(returnFiber, context, lanes),
1191711917
lanes,
1191811918
debugInfo
1191911919
);
@@ -12688,7 +12688,7 @@ if (__DEV__) {
1268812688
return reconcileChildFibersImpl(
1268912689
returnFiber,
1269012690
currentFirstChild,
12691-
readContextDuringReconcilation(returnFiber, context, lanes),
12691+
readContextDuringReconciliation(returnFiber, context, lanes),
1269212692
lanes,
1269312693
debugInfo
1269412694
);
@@ -24004,7 +24004,7 @@ if (__DEV__) {
2400424004

2400524005
return readContextForConsumer(currentlyRenderingFiber, context);
2400624006
}
24007-
function readContextDuringReconcilation(consumer, context, renderLanes) {
24007+
function readContextDuringReconciliation(consumer, context, renderLanes) {
2400824008
if (currentlyRenderingFiber === null) {
2400924009
prepareToReadContext(consumer, renderLanes);
2401024010
}
@@ -35618,7 +35618,7 @@ if (__DEV__) {
3561835618
return root;
3561935619
}
3562035620

35621-
var ReactVersion = "18.3.0-www-modern-c4533c51";
35621+
var ReactVersion = "18.3.0-www-modern-5bc66cc9";
3562235622

3562335623
function createPortal$1(
3562435624
children,

0 commit comments

Comments
 (0)