@@ -2087,7 +2087,7 @@ function createChildReconciler(shouldTrackSideEffects) {
2087
2087
if ( newChild . $$typeof === REACT_CONTEXT_TYPE )
2088
2088
return createChild (
2089
2089
returnFiber ,
2090
- readContextDuringReconcilation ( returnFiber , newChild , lanes ) ,
2090
+ readContextDuringReconciliation ( returnFiber , newChild , lanes ) ,
2091
2091
lanes
2092
2092
) ;
2093
2093
throwOnInvalidObjectType ( returnFiber , newChild ) ;
@@ -2134,7 +2134,7 @@ function createChildReconciler(shouldTrackSideEffects) {
2134
2134
return updateSlot (
2135
2135
returnFiber ,
2136
2136
oldFiber ,
2137
- readContextDuringReconcilation ( returnFiber , newChild , lanes ) ,
2137
+ readContextDuringReconciliation ( returnFiber , newChild , lanes ) ,
2138
2138
lanes
2139
2139
) ;
2140
2140
throwOnInvalidObjectType ( returnFiber , newChild ) ;
@@ -2202,7 +2202,7 @@ function createChildReconciler(shouldTrackSideEffects) {
2202
2202
existingChildren ,
2203
2203
returnFiber ,
2204
2204
newIdx ,
2205
- readContextDuringReconcilation ( returnFiber , newChild , lanes ) ,
2205
+ readContextDuringReconciliation ( returnFiber , newChild , lanes ) ,
2206
2206
lanes
2207
2207
) ;
2208
2208
throwOnInvalidObjectType ( returnFiber , newChild ) ;
@@ -2521,7 +2521,7 @@ function createChildReconciler(shouldTrackSideEffects) {
2521
2521
return reconcileChildFibersImpl (
2522
2522
returnFiber ,
2523
2523
currentFirstChild ,
2524
- readContextDuringReconcilation ( returnFiber , newChild , lanes ) ,
2524
+ readContextDuringReconciliation ( returnFiber , newChild , lanes ) ,
2525
2525
lanes
2526
2526
) ;
2527
2527
throwOnInvalidObjectType ( returnFiber , newChild ) ;
@@ -6331,7 +6331,7 @@ function prepareToReadContext(workInProgress, renderLanes) {
6331
6331
function readContext ( context ) {
6332
6332
return readContextForConsumer ( currentlyRenderingFiber , context ) ;
6333
6333
}
6334
- function readContextDuringReconcilation ( consumer , context , renderLanes ) {
6334
+ function readContextDuringReconciliation ( consumer , context , renderLanes ) {
6335
6335
null === currentlyRenderingFiber &&
6336
6336
prepareToReadContext ( consumer , renderLanes ) ;
6337
6337
return readContextForConsumer ( consumer , context ) ;
@@ -10626,7 +10626,7 @@ var slice = Array.prototype.slice,
10626
10626
return null ;
10627
10627
} ,
10628
10628
bundleType : 0 ,
10629
- version : "18.3.0-www-classic-950e7acd " ,
10629
+ version : "18.3.0-www-classic-0bce71b7 " ,
10630
10630
rendererPackageName : "react-art"
10631
10631
} ;
10632
10632
var internals$jscomp$inline_1320 = {
@@ -10657,7 +10657,7 @@ var internals$jscomp$inline_1320 = {
10657
10657
scheduleRoot : null ,
10658
10658
setRefreshHandler : null ,
10659
10659
getCurrentFiber : null ,
10660
- reconcilerVersion : "18.3.0-www-classic-950e7acd "
10660
+ reconcilerVersion : "18.3.0-www-classic-0bce71b7 "
10661
10661
} ;
10662
10662
if ( "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ ) {
10663
10663
var hook$jscomp$inline_1321 = __REACT_DEVTOOLS_GLOBAL_HOOK__ ;
0 commit comments