@@ -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) {
63316331function 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 } ;
1063210632var 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} ;
1066210662if ( "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ ) {
1066310663 var hook$jscomp$inline_1321 = __REACT_DEVTOOLS_GLOBAL_HOOK__ ;
0 commit comments