Skip to content

Commit

Permalink
Fix a spelling mistake. (#28555)
Browse files Browse the repository at this point in the history
DiffTrain build for [9ffe910](9ffe910)
  • Loading branch information
kassens committed Mar 14, 2024
1 parent b18936e commit 809d7d4
Show file tree
Hide file tree
Showing 19 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bbc571aee431d44799ae6a70832ea834325a5af9
9ffe9102ffd08ca7a56c60aa6952208890d213ce
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-classic-3035b16e";
exports.version = "18.3.0-www-classic-6d7ca4e7";
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-profiling.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-www-classic-bf936cd0";
exports.version = "18.3.0-www-classic-27d0aa6f";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
12 changes: 6 additions & 6 deletions compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (__DEV__) {
return self;
}

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

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down Expand Up @@ -6969,7 +6969,7 @@ if (__DEV__) {
var context = newChild;
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -7092,7 +7092,7 @@ if (__DEV__) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -7217,7 +7217,7 @@ if (__DEV__) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -7962,7 +7962,7 @@ if (__DEV__) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -18878,7 +18878,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
12 changes: 6 additions & 6 deletions compiled/facebook-www/ReactART-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (__DEV__) {
return self;
}

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

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down Expand Up @@ -6734,7 +6734,7 @@ if (__DEV__) {
var context = newChild;
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -6857,7 +6857,7 @@ if (__DEV__) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -6982,7 +6982,7 @@ if (__DEV__) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -7727,7 +7727,7 @@ if (__DEV__) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -18566,7 +18566,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
14 changes: 7 additions & 7 deletions compiled/facebook-www/ReactART-prod.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,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 @@ -2134,7 +2134,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -2202,7 +2202,7 @@ function createChildReconciler(shouldTrackSideEffects) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -2521,7 +2521,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -6331,7 +6331,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 slice = Array.prototype.slice,
return null;
},
bundleType: 0,
version: "18.3.0-www-classic-950e7acd",
version: "18.3.0-www-classic-0bce71b7",
rendererPackageName: "react-art"
};
var internals$jscomp$inline_1320 = {
Expand Down Expand Up @@ -10657,7 +10657,7 @@ var internals$jscomp$inline_1320 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-classic-950e7acd"
reconcilerVersion: "18.3.0-www-classic-0bce71b7"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1321 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
14 changes: 7 additions & 7 deletions compiled/facebook-www/ReactART-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,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 @@ -1930,7 +1930,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -1998,7 +1998,7 @@ function createChildReconciler(shouldTrackSideEffects) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -2317,7 +2317,7 @@ function createChildReconciler(shouldTrackSideEffects) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, newChild, lanes),
readContextDuringReconciliation(returnFiber, newChild, lanes),
lanes
);
throwOnInvalidObjectType(returnFiber, newChild);
Expand Down Expand Up @@ -6049,7 +6049,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 @@ -10281,7 +10281,7 @@ var slice = Array.prototype.slice,
return null;
},
bundleType: 0,
version: "18.3.0-www-modern-7b6c6444",
version: "18.3.0-www-modern-1ea124ef",
rendererPackageName: "react-art"
};
var internals$jscomp$inline_1300 = {
Expand Down Expand Up @@ -10312,7 +10312,7 @@ var internals$jscomp$inline_1300 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-7b6c6444"
reconcilerVersion: "18.3.0-www-modern-1ea124ef"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1301 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
12 changes: 6 additions & 6 deletions compiled/facebook-www/ReactDOM-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -11703,7 +11703,7 @@ if (__DEV__) {
var context = newChild;
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -11826,7 +11826,7 @@ if (__DEV__) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -11951,7 +11951,7 @@ if (__DEV__) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -12726,7 +12726,7 @@ if (__DEV__) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -24119,7 +24119,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 @@ -35771,7 +35771,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-www-classic-ecd67585";
var ReactVersion = "18.3.0-www-classic-f22d5b27";

function createPortal$1(
children,
Expand Down
12 changes: 6 additions & 6 deletions compiled/facebook-www/ReactDOM-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -11665,7 +11665,7 @@ if (__DEV__) {
var context = newChild;
return createChild(
returnFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -11788,7 +11788,7 @@ if (__DEV__) {
return updateSlot(
returnFiber,
oldFiber,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -11913,7 +11913,7 @@ if (__DEV__) {
existingChildren,
returnFiber,
newIdx,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -12688,7 +12688,7 @@ if (__DEV__) {
return reconcileChildFibersImpl(
returnFiber,
currentFirstChild,
readContextDuringReconcilation(returnFiber, context, lanes),
readContextDuringReconciliation(returnFiber, context, lanes),
lanes,
debugInfo
);
Expand Down Expand Up @@ -24004,7 +24004,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 @@ -35618,7 +35618,7 @@ if (__DEV__) {
return root;
}

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

function createPortal$1(
children,
Expand Down
Loading

0 comments on commit 809d7d4

Please sign in to comment.