|
7 | 7 | * @noflow
|
8 | 8 | * @nolint
|
9 | 9 | * @preventMunge
|
10 |
| - * @generated SignedSource<<15dc76ff98842d803f8a59fa78e23283>> |
| 10 | + * @generated SignedSource<<f468fcfeadb843d99ac63af6cde06553>> |
11 | 11 | */
|
12 | 12 |
|
13 | 13 | "use strict";
|
@@ -3217,7 +3217,7 @@ function createChildReconciler(shouldTrackSideEffects) {
|
3217 | 3217 | if (newChild.$$typeof === REACT_CONTEXT_TYPE)
|
3218 | 3218 | return createChild(
|
3219 | 3219 | returnFiber,
|
3220 |
| - readContextDuringReconcilation(returnFiber, newChild, lanes), |
| 3220 | + readContextDuringReconciliation(returnFiber, newChild, lanes), |
3221 | 3221 | lanes
|
3222 | 3222 | );
|
3223 | 3223 | throwOnInvalidObjectType(returnFiber, newChild);
|
@@ -3264,7 +3264,7 @@ function createChildReconciler(shouldTrackSideEffects) {
|
3264 | 3264 | return updateSlot(
|
3265 | 3265 | returnFiber,
|
3266 | 3266 | oldFiber,
|
3267 |
| - readContextDuringReconcilation(returnFiber, newChild, lanes), |
| 3267 | + readContextDuringReconciliation(returnFiber, newChild, lanes), |
3268 | 3268 | lanes
|
3269 | 3269 | );
|
3270 | 3270 | throwOnInvalidObjectType(returnFiber, newChild);
|
@@ -3332,7 +3332,7 @@ function createChildReconciler(shouldTrackSideEffects) {
|
3332 | 3332 | existingChildren,
|
3333 | 3333 | returnFiber,
|
3334 | 3334 | newIdx,
|
3335 |
| - readContextDuringReconcilation(returnFiber, newChild, lanes), |
| 3335 | + readContextDuringReconciliation(returnFiber, newChild, lanes), |
3336 | 3336 | lanes
|
3337 | 3337 | );
|
3338 | 3338 | throwOnInvalidObjectType(returnFiber, newChild);
|
@@ -3654,7 +3654,7 @@ function createChildReconciler(shouldTrackSideEffects) {
|
3654 | 3654 | return reconcileChildFibersImpl(
|
3655 | 3655 | returnFiber,
|
3656 | 3656 | currentFirstChild,
|
3657 |
| - readContextDuringReconcilation(returnFiber, newChild, lanes), |
| 3657 | + readContextDuringReconciliation(returnFiber, newChild, lanes), |
3658 | 3658 | lanes
|
3659 | 3659 | );
|
3660 | 3660 | throwOnInvalidObjectType(returnFiber, newChild);
|
@@ -7025,7 +7025,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
|
7025 | 7025 | function readContext(context) {
|
7026 | 7026 | return readContextForConsumer(currentlyRenderingFiber, context);
|
7027 | 7027 | }
|
7028 |
| -function readContextDuringReconcilation(consumer, context, renderLanes) { |
| 7028 | +function readContextDuringReconciliation(consumer, context, renderLanes) { |
7029 | 7029 | null === currentlyRenderingFiber &&
|
7030 | 7030 | prepareToReadContext(consumer, renderLanes);
|
7031 | 7031 | return readContextForConsumer(consumer, context);
|
@@ -10626,7 +10626,7 @@ var roots = new Map(),
|
10626 | 10626 | devToolsConfig$jscomp$inline_1103 = {
|
10627 | 10627 | findFiberByHostInstance: getInstanceFromNode,
|
10628 | 10628 | bundleType: 0,
|
10629 |
| - version: "18.3.0-canary-1aaf050f", |
| 10629 | + version: "18.3.0-canary-8f98d002", |
10630 | 10630 | rendererPackageName: "react-native-renderer",
|
10631 | 10631 | rendererConfig: {
|
10632 | 10632 | getInspectorDataForInstance: getInspectorDataForInstance,
|
@@ -10669,7 +10669,7 @@ var internals$jscomp$inline_1330 = {
|
10669 | 10669 | scheduleRoot: null,
|
10670 | 10670 | setRefreshHandler: null,
|
10671 | 10671 | getCurrentFiber: null,
|
10672 |
| - reconcilerVersion: "18.3.0-canary-1aaf050f" |
| 10672 | + reconcilerVersion: "18.3.0-canary-8f98d002" |
10673 | 10673 | };
|
10674 | 10674 | if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
10675 | 10675 | var hook$jscomp$inline_1331 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
0 commit comments