@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969 return self;
7070}
7171
72- var ReactVersion = "18.3.0-www-classic-0fce6bb49-20230111 ";
72+ var ReactVersion = "18.3.0-www-classic-555ece0cd-20230112 ";
7373
7474var LegacyRoot = 0;
7575var ConcurrentRoot = 1;
@@ -16344,6 +16344,13 @@ function beginWork(current, workInProgress, renderLanes) {
1634416344}
1634516345
1634616346var valueCursor = createCursor(null);
16347+
16348+ var renderer2CursorDEV;
16349+
16350+ {
16351+ renderer2CursorDEV = createCursor(null);
16352+ }
16353+
1634716354var rendererSigil$1;
1634816355
1634916356{
@@ -16382,6 +16389,8 @@ function pushProvider(providerFiber, context, nextValue) {
1638216389 context._currentValue2 = nextValue;
1638316390
1638416391 {
16392+ push(renderer2CursorDEV, context._currentRenderer2, providerFiber);
16393+
1638516394 if (
1638616395 context._currentRenderer2 !== undefined &&
1638716396 context._currentRenderer2 !== null &&
@@ -16399,15 +16408,22 @@ function pushProvider(providerFiber, context, nextValue) {
1639916408}
1640016409function popProvider(context, providerFiber) {
1640116410 var currentValue = valueCursor.current;
16402- pop(valueCursor, providerFiber);
1640316411
1640416412 {
1640516413 if (currentValue === REACT_SERVER_CONTEXT_DEFAULT_VALUE_NOT_LOADED) {
1640616414 context._currentValue2 = context._defaultValue;
1640716415 } else {
1640816416 context._currentValue2 = currentValue;
1640916417 }
16418+
16419+ {
16420+ var currentRenderer2 = renderer2CursorDEV.current;
16421+ pop(renderer2CursorDEV, providerFiber);
16422+ context._currentRenderer2 = currentRenderer2;
16423+ }
1641016424 }
16425+
16426+ pop(valueCursor, providerFiber);
1641116427}
1641216428function scheduleContextWorkOnParentPath(parent, renderLanes, propagationRoot) {
1641316429 // Update the child lanes of all the ancestors, including the alternates.
0 commit comments