Skip to content

Commit d4114f9

Browse files
committed
Fix a spelling mistake. (#28555)
DiffTrain build for commit 9ffe910.
1 parent 3657afa commit d4114f9

13 files changed

+73
-73
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<6ab290eb8548e08a74bf8def3f649394>>
10+
* @generated SignedSource<<15edad3f290e335d70dc9466dde6cfcc>>
1111
*/
1212

1313
"use strict";
@@ -5636,7 +5636,7 @@ if (__DEV__) {
56365636
var context = newChild;
56375637
return createChild(
56385638
returnFiber,
5639-
readContextDuringReconcilation(returnFiber, context, lanes),
5639+
readContextDuringReconciliation(returnFiber, context, lanes),
56405640
lanes,
56415641
debugInfo
56425642
);
@@ -5759,7 +5759,7 @@ if (__DEV__) {
57595759
return updateSlot(
57605760
returnFiber,
57615761
oldFiber,
5762-
readContextDuringReconcilation(returnFiber, context, lanes),
5762+
readContextDuringReconciliation(returnFiber, context, lanes),
57635763
lanes,
57645764
debugInfo
57655765
);
@@ -5884,7 +5884,7 @@ if (__DEV__) {
58845884
existingChildren,
58855885
returnFiber,
58865886
newIdx,
5887-
readContextDuringReconcilation(returnFiber, context, lanes),
5887+
readContextDuringReconciliation(returnFiber, context, lanes),
58885888
lanes,
58895889
debugInfo
58905890
);
@@ -6629,7 +6629,7 @@ if (__DEV__) {
66296629
return reconcileChildFibersImpl(
66306630
returnFiber,
66316631
currentFirstChild,
6632-
readContextDuringReconcilation(returnFiber, context, lanes),
6632+
readContextDuringReconciliation(returnFiber, context, lanes),
66336633
lanes,
66346634
debugInfo
66356635
);
@@ -16193,7 +16193,7 @@ if (__DEV__) {
1619316193

1619416194
return readContextForConsumer(currentlyRenderingFiber, context);
1619516195
}
16196-
function readContextDuringReconcilation(consumer, context, renderLanes) {
16196+
function readContextDuringReconciliation(consumer, context, renderLanes) {
1619716197
if (currentlyRenderingFiber === null) {
1619816198
prepareToReadContext(consumer, renderLanes);
1619916199
}
@@ -25454,7 +25454,7 @@ if (__DEV__) {
2545425454
return root;
2545525455
}
2545625456

25457-
var ReactVersion = "18.3.0-canary-bbc571aee-20240313";
25457+
var ReactVersion = "18.3.0-canary-9ffe9102f-20240314";
2545825458

2545925459
// Might add PROFILE later.
2546025460

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<27d6c087ead9f0ad867c635a9936d873>>
10+
* @generated SignedSource<<c324111a5b9cb8168651dba09e62a33a>>
1111
*/
1212

1313
"use strict";
@@ -1707,7 +1707,7 @@ function createChildReconciler(shouldTrackSideEffects) {
17071707
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
17081708
return createChild(
17091709
returnFiber,
1710-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1710+
readContextDuringReconciliation(returnFiber, newChild, lanes),
17111711
lanes
17121712
);
17131713
throwOnInvalidObjectType(returnFiber, newChild);
@@ -1754,7 +1754,7 @@ function createChildReconciler(shouldTrackSideEffects) {
17541754
return updateSlot(
17551755
returnFiber,
17561756
oldFiber,
1757-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1757+
readContextDuringReconciliation(returnFiber, newChild, lanes),
17581758
lanes
17591759
);
17601760
throwOnInvalidObjectType(returnFiber, newChild);
@@ -1822,7 +1822,7 @@ function createChildReconciler(shouldTrackSideEffects) {
18221822
existingChildren,
18231823
returnFiber,
18241824
newIdx,
1825-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1825+
readContextDuringReconciliation(returnFiber, newChild, lanes),
18261826
lanes
18271827
);
18281828
throwOnInvalidObjectType(returnFiber, newChild);
@@ -2144,7 +2144,7 @@ function createChildReconciler(shouldTrackSideEffects) {
21442144
return reconcileChildFibersImpl(
21452145
returnFiber,
21462146
currentFirstChild,
2147-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2147+
readContextDuringReconciliation(returnFiber, newChild, lanes),
21482148
lanes
21492149
);
21502150
throwOnInvalidObjectType(returnFiber, newChild);
@@ -5420,7 +5420,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
54205420
function readContext(context) {
54215421
return readContextForConsumer(currentlyRenderingFiber, context);
54225422
}
5423-
function readContextDuringReconcilation(consumer, context, renderLanes) {
5423+
function readContextDuringReconciliation(consumer, context, renderLanes) {
54245424
null === currentlyRenderingFiber &&
54255425
prepareToReadContext(consumer, renderLanes);
54265426
return readContextForConsumer(consumer, context);
@@ -9175,7 +9175,7 @@ var devToolsConfig$jscomp$inline_1016 = {
91759175
throw Error("TestRenderer does not support findFiberByHostInstance()");
91769176
},
91779177
bundleType: 0,
9178-
version: "18.3.0-canary-bbc571aee-20240313",
9178+
version: "18.3.0-canary-9ffe9102f-20240314",
91799179
rendererPackageName: "react-test-renderer"
91809180
};
91819181
var internals$jscomp$inline_1194 = {
@@ -9206,7 +9206,7 @@ var internals$jscomp$inline_1194 = {
92069206
scheduleRoot: null,
92079207
setRefreshHandler: null,
92089208
getCurrentFiber: null,
9209-
reconcilerVersion: "18.3.0-canary-bbc571aee-20240313"
9209+
reconcilerVersion: "18.3.0-canary-9ffe9102f-20240314"
92109210
};
92119211
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
92129212
var hook$jscomp$inline_1195 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<26930d540f60b461ca1d3f7e68b8f54c>>
10+
* @generated SignedSource<<ad44e5907f7d21ae6abb5c30cb23b66a>>
1111
*/
1212

1313
"use strict";
@@ -1727,7 +1727,7 @@ function createChildReconciler(shouldTrackSideEffects) {
17271727
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
17281728
return createChild(
17291729
returnFiber,
1730-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1730+
readContextDuringReconciliation(returnFiber, newChild, lanes),
17311731
lanes
17321732
);
17331733
throwOnInvalidObjectType(returnFiber, newChild);
@@ -1774,7 +1774,7 @@ function createChildReconciler(shouldTrackSideEffects) {
17741774
return updateSlot(
17751775
returnFiber,
17761776
oldFiber,
1777-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1777+
readContextDuringReconciliation(returnFiber, newChild, lanes),
17781778
lanes
17791779
);
17801780
throwOnInvalidObjectType(returnFiber, newChild);
@@ -1842,7 +1842,7 @@ function createChildReconciler(shouldTrackSideEffects) {
18421842
existingChildren,
18431843
returnFiber,
18441844
newIdx,
1845-
readContextDuringReconcilation(returnFiber, newChild, lanes),
1845+
readContextDuringReconciliation(returnFiber, newChild, lanes),
18461846
lanes
18471847
);
18481848
throwOnInvalidObjectType(returnFiber, newChild);
@@ -2164,7 +2164,7 @@ function createChildReconciler(shouldTrackSideEffects) {
21642164
return reconcileChildFibersImpl(
21652165
returnFiber,
21662166
currentFirstChild,
2167-
readContextDuringReconcilation(returnFiber, newChild, lanes),
2167+
readContextDuringReconciliation(returnFiber, newChild, lanes),
21682168
lanes
21692169
);
21702170
throwOnInvalidObjectType(returnFiber, newChild);
@@ -5530,7 +5530,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
55305530
function readContext(context) {
55315531
return readContextForConsumer(currentlyRenderingFiber, context);
55325532
}
5533-
function readContextDuringReconcilation(consumer, context, renderLanes) {
5533+
function readContextDuringReconciliation(consumer, context, renderLanes) {
55345534
null === currentlyRenderingFiber &&
55355535
prepareToReadContext(consumer, renderLanes);
55365536
return readContextForConsumer(consumer, context);
@@ -9603,7 +9603,7 @@ var devToolsConfig$jscomp$inline_1058 = {
96039603
throw Error("TestRenderer does not support findFiberByHostInstance()");
96049604
},
96059605
bundleType: 0,
9606-
version: "18.3.0-canary-bbc571aee-20240313",
9606+
version: "18.3.0-canary-9ffe9102f-20240314",
96079607
rendererPackageName: "react-test-renderer"
96089608
};
96099609
var internals$jscomp$inline_1235 = {
@@ -9634,7 +9634,7 @@ var internals$jscomp$inline_1235 = {
96349634
scheduleRoot: null,
96359635
setRefreshHandler: null,
96369636
getCurrentFiber: null,
9637-
reconcilerVersion: "18.3.0-canary-bbc571aee-20240313"
9637+
reconcilerVersion: "18.3.0-canary-9ffe9102f-20240314"
96389638
};
96399639
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
96409640
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (__DEV__) {
2626
}
2727
var dynamicFlags = require("ReactNativeInternalFeatureFlags");
2828

29-
var ReactVersion = "18.3.0-canary-bbc571aee-20240313";
29+
var ReactVersion = "18.3.0-canary-9ffe9102f-20240314";
3030

3131
// ATTENTION
3232
// When adding new symbols to this file,

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,4 +628,4 @@ exports.useSyncExternalStore = function (
628628
exports.useTransition = function () {
629629
return ReactCurrentDispatcher.current.useTransition();
630630
};
631-
exports.version = "18.3.0-canary-bbc571aee-20240313";
631+
exports.version = "18.3.0-canary-9ffe9102f-20240314";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ exports.useSyncExternalStore = function (
624624
exports.useTransition = function () {
625625
return ReactCurrentDispatcher.current.useTransition();
626626
};
627-
exports.version = "18.3.0-canary-bbc571aee-20240313";
627+
exports.version = "18.3.0-canary-9ffe9102f-20240314";
628628
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
629629
"function" ===
630630
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bbc571aee431d44799ae6a70832ea834325a5af9
1+
9ffe9102ffd08ca7a56c60aa6952208890d213ce

compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<9378c92e70cea9a594311fbdc67e5fa3>>
10+
* @generated SignedSource<<48c206274b16ddb872dd142a6fc17769>>
1111
*/
1212

1313
"use strict";
@@ -9440,7 +9440,7 @@ to return true:wantsResponderID| |
94409440
var context = newChild;
94419441
return createChild(
94429442
returnFiber,
9443-
readContextDuringReconcilation(returnFiber, context, lanes),
9443+
readContextDuringReconciliation(returnFiber, context, lanes),
94449444
lanes,
94459445
debugInfo
94469446
);
@@ -9563,7 +9563,7 @@ to return true:wantsResponderID| |
95639563
return updateSlot(
95649564
returnFiber,
95659565
oldFiber,
9566-
readContextDuringReconcilation(returnFiber, context, lanes),
9566+
readContextDuringReconciliation(returnFiber, context, lanes),
95679567
lanes,
95689568
debugInfo
95699569
);
@@ -9688,7 +9688,7 @@ to return true:wantsResponderID| |
96889688
existingChildren,
96899689
returnFiber,
96909690
newIdx,
9691-
readContextDuringReconcilation(returnFiber, context, lanes),
9691+
readContextDuringReconciliation(returnFiber, context, lanes),
96929692
lanes,
96939693
debugInfo
96949694
);
@@ -10433,7 +10433,7 @@ to return true:wantsResponderID| |
1043310433
return reconcileChildFibersImpl(
1043410434
returnFiber,
1043510435
currentFirstChild,
10436-
readContextDuringReconcilation(returnFiber, context, lanes),
10436+
readContextDuringReconciliation(returnFiber, context, lanes),
1043710437
lanes,
1043810438
debugInfo
1043910439
);
@@ -20318,7 +20318,7 @@ to return true:wantsResponderID| |
2031820318

2031920319
return readContextForConsumer(currentlyRenderingFiber, context);
2032020320
}
20321-
function readContextDuringReconcilation(consumer, context, renderLanes) {
20321+
function readContextDuringReconciliation(consumer, context, renderLanes) {
2032220322
if (currentlyRenderingFiber === null) {
2032320323
prepareToReadContext(consumer, renderLanes);
2032420324
}
@@ -29801,7 +29801,7 @@ to return true:wantsResponderID| |
2980129801
return root;
2980229802
}
2980329803

29804-
var ReactVersion = "18.3.0-canary-61d1189b";
29804+
var ReactVersion = "18.3.0-canary-01f0d8b1";
2980529805

2980629806
function createPortal$1(
2980729807
children,

compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<15dc76ff98842d803f8a59fa78e23283>>
10+
* @generated SignedSource<<f468fcfeadb843d99ac63af6cde06553>>
1111
*/
1212

1313
"use strict";
@@ -3217,7 +3217,7 @@ function createChildReconciler(shouldTrackSideEffects) {
32173217
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
32183218
return createChild(
32193219
returnFiber,
3220-
readContextDuringReconcilation(returnFiber, newChild, lanes),
3220+
readContextDuringReconciliation(returnFiber, newChild, lanes),
32213221
lanes
32223222
);
32233223
throwOnInvalidObjectType(returnFiber, newChild);
@@ -3264,7 +3264,7 @@ function createChildReconciler(shouldTrackSideEffects) {
32643264
return updateSlot(
32653265
returnFiber,
32663266
oldFiber,
3267-
readContextDuringReconcilation(returnFiber, newChild, lanes),
3267+
readContextDuringReconciliation(returnFiber, newChild, lanes),
32683268
lanes
32693269
);
32703270
throwOnInvalidObjectType(returnFiber, newChild);
@@ -3332,7 +3332,7 @@ function createChildReconciler(shouldTrackSideEffects) {
33323332
existingChildren,
33333333
returnFiber,
33343334
newIdx,
3335-
readContextDuringReconcilation(returnFiber, newChild, lanes),
3335+
readContextDuringReconciliation(returnFiber, newChild, lanes),
33363336
lanes
33373337
);
33383338
throwOnInvalidObjectType(returnFiber, newChild);
@@ -3654,7 +3654,7 @@ function createChildReconciler(shouldTrackSideEffects) {
36543654
return reconcileChildFibersImpl(
36553655
returnFiber,
36563656
currentFirstChild,
3657-
readContextDuringReconcilation(returnFiber, newChild, lanes),
3657+
readContextDuringReconciliation(returnFiber, newChild, lanes),
36583658
lanes
36593659
);
36603660
throwOnInvalidObjectType(returnFiber, newChild);
@@ -7025,7 +7025,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
70257025
function readContext(context) {
70267026
return readContextForConsumer(currentlyRenderingFiber, context);
70277027
}
7028-
function readContextDuringReconcilation(consumer, context, renderLanes) {
7028+
function readContextDuringReconciliation(consumer, context, renderLanes) {
70297029
null === currentlyRenderingFiber &&
70307030
prepareToReadContext(consumer, renderLanes);
70317031
return readContextForConsumer(consumer, context);
@@ -10626,7 +10626,7 @@ var roots = new Map(),
1062610626
devToolsConfig$jscomp$inline_1103 = {
1062710627
findFiberByHostInstance: getInstanceFromNode,
1062810628
bundleType: 0,
10629-
version: "18.3.0-canary-1aaf050f",
10629+
version: "18.3.0-canary-8f98d002",
1063010630
rendererPackageName: "react-native-renderer",
1063110631
rendererConfig: {
1063210632
getInspectorDataForInstance: getInspectorDataForInstance,
@@ -10669,7 +10669,7 @@ var internals$jscomp$inline_1330 = {
1066910669
scheduleRoot: null,
1067010670
setRefreshHandler: null,
1067110671
getCurrentFiber: null,
10672-
reconcilerVersion: "18.3.0-canary-1aaf050f"
10672+
reconcilerVersion: "18.3.0-canary-8f98d002"
1067310673
};
1067410674
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1067510675
var hook$jscomp$inline_1331 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

0 commit comments

Comments
 (0)