Skip to content

Commit

Permalink
Fix a spelling mistake. (#28555)
Browse files Browse the repository at this point in the history
DiffTrain build for commit 9ffe910.
  • Loading branch information
kassens committed Mar 14, 2024
1 parent 3657afa commit d4114f9
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<6ab290eb8548e08a74bf8def3f649394>>
* @generated SignedSource<<15edad3f290e335d70dc9466dde6cfcc>>
*/

"use strict";
Expand Down Expand Up @@ -5636,7 +5636,7 @@ if (__DEV__) {
var context = newChild;
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -5759,7 +5759,7 @@ if (__DEV__) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -5884,7 +5884,7 @@ if (__DEV__) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -6629,7 +6629,7 @@ if (__DEV__) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -16193,7 +16193,7 @@ if (__DEV__) {

return readContextForConsumer(currentlyRenderingFiber, context);
}
function readContextDuringReconcilation(consumer, context, renderLanes) {
function readContextDuringReconciliation(consumer, context, renderLanes) {
if (currentlyRenderingFiber === null) {
prepareToReadContext(consumer, renderLanes);
}
Expand Down Expand Up @@ -25454,7 +25454,7 @@ if (__DEV__) {
return root;
}

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

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<27d6c087ead9f0ad867c635a9936d873>>
* @generated SignedSource<<c324111a5b9cb8168651dba09e62a33a>>
*/

"use strict";
Expand Down Expand Up @@ -1707,7 +1707,7 @@ function createChildReconciler(shouldTrackSideEffects) {
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -1754,7 +1754,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -1822,7 +1822,7 @@ function createChildReconciler(shouldTrackSideEffects) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -2144,7 +2144,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -5420,7 +5420,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
function readContext(context) {
return readContextForConsumer(currentlyRenderingFiber, context);
}
function readContextDuringReconcilation(consumer, context, renderLanes) {
function readContextDuringReconciliation(consumer, context, renderLanes) {
null === currentlyRenderingFiber &&
prepareToReadContext(consumer, renderLanes);
return readContextForConsumer(consumer, context);
Expand Down Expand Up @@ -9175,7 +9175,7 @@ var devToolsConfig$jscomp$inline_1016 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-bbc571aee-20240313",
version: "18.3.0-canary-9ffe9102f-20240314",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1194 = {
Expand Down Expand Up @@ -9206,7 +9206,7 @@ var internals$jscomp$inline_1194 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-bbc571aee-20240313"
reconcilerVersion: "18.3.0-canary-9ffe9102f-20240314"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1195 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<26930d540f60b461ca1d3f7e68b8f54c>>
* @generated SignedSource<<ad44e5907f7d21ae6abb5c30cb23b66a>>
*/

"use strict";
Expand Down Expand Up @@ -1727,7 +1727,7 @@ function createChildReconciler(shouldTrackSideEffects) {
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -1774,7 +1774,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -1842,7 +1842,7 @@ function createChildReconciler(shouldTrackSideEffects) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -2164,7 +2164,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -5530,7 +5530,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
function readContext(context) {
return readContextForConsumer(currentlyRenderingFiber, context);
}
function readContextDuringReconcilation(consumer, context, renderLanes) {
function readContextDuringReconciliation(consumer, context, renderLanes) {
null === currentlyRenderingFiber &&
prepareToReadContext(consumer, renderLanes);
return readContextForConsumer(consumer, context);
Expand Down Expand Up @@ -9603,7 +9603,7 @@ var devToolsConfig$jscomp$inline_1058 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-bbc571aee-20240313",
version: "18.3.0-canary-9ffe9102f-20240314",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1235 = {
Expand Down Expand Up @@ -9634,7 +9634,7 @@ var internals$jscomp$inline_1235 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-bbc571aee-20240313"
reconcilerVersion: "18.3.0-canary-9ffe9102f-20240314"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (__DEV__) {
}
var dynamicFlags = require("ReactNativeInternalFeatureFlags");

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

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,4 +628,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-bbc571aee-20240313";
exports.version = "18.3.0-canary-9ffe9102f-20240314";
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-bbc571aee-20240313";
exports.version = "18.3.0-canary-9ffe9102f-20240314";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bbc571aee431d44799ae6a70832ea834325a5af9
9ffe9102ffd08ca7a56c60aa6952208890d213ce
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<9378c92e70cea9a594311fbdc67e5fa3>>
* @generated SignedSource<<48c206274b16ddb872dd142a6fc17769>>
*/

"use strict";
Expand Down Expand Up @@ -9440,7 +9440,7 @@ to return true:wantsResponderID| |
var context = newChild;
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -9563,7 +9563,7 @@ to return true:wantsResponderID| |
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -9688,7 +9688,7 @@ to return true:wantsResponderID| |
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -10433,7 +10433,7 @@ to return true:wantsResponderID| |
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -20318,7 +20318,7 @@ to return true:wantsResponderID| |

return readContextForConsumer(currentlyRenderingFiber, context);
}
function readContextDuringReconcilation(consumer, context, renderLanes) {
function readContextDuringReconciliation(consumer, context, renderLanes) {
if (currentlyRenderingFiber === null) {
prepareToReadContext(consumer, renderLanes);
}
Expand Down Expand Up @@ -29801,7 +29801,7 @@ to return true:wantsResponderID| |
return root;
}

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

function createPortal$1(
children,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<15dc76ff98842d803f8a59fa78e23283>>
* @generated SignedSource<<f468fcfeadb843d99ac63af6cde06553>>
*/

"use strict";
Expand Down Expand Up @@ -3217,7 +3217,7 @@ function createChildReconciler(shouldTrackSideEffects) {
if (newChild.$$typeof === REACT_CONTEXT_TYPE)
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -3264,7 +3264,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -3332,7 +3332,7 @@ function createChildReconciler(shouldTrackSideEffects) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -3654,7 +3654,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -7025,7 +7025,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
function readContext(context) {
return readContextForConsumer(currentlyRenderingFiber, context);
}
function readContextDuringReconcilation(consumer, context, renderLanes) {
function readContextDuringReconciliation(consumer, context, renderLanes) {
null === currentlyRenderingFiber &&
prepareToReadContext(consumer, renderLanes);
return readContextForConsumer(consumer, context);
Expand Down Expand Up @@ -10626,7 +10626,7 @@ var roots = new Map(),
devToolsConfig$jscomp$inline_1103 = {
findFiberByHostInstance: getInstanceFromNode,
bundleType: 0,
version: "18.3.0-canary-1aaf050f",
version: "18.3.0-canary-8f98d002",
rendererPackageName: "react-native-renderer",
rendererConfig: {
getInspectorDataForInstance: getInspectorDataForInstance,
Expand Down Expand Up @@ -10669,7 +10669,7 @@ var internals$jscomp$inline_1330 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-1aaf050f"
reconcilerVersion: "18.3.0-canary-8f98d002"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1331 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Loading

0 comments on commit d4114f9

Please sign in to comment.