@@ -10866,9 +10866,6 @@ function addTransitionProgressCallbackToPendingTransition(
1086610866 boundaries
1086710867 ));
1086810868}
10869- function resetRenderTimer() {
10870- workInProgressRootRenderTargetTime = now() + 500;
10871- }
1087210869var hasUncaughtError = !1,
1087310870 firstUncaughtError = null,
1087410871 legacyErrorBoundariesThatAlreadyFailed = null,
@@ -10941,7 +10938,8 @@ function scheduleUpdateOnFiber(root, fiber, lane, eventTime) {
1094110938 2 === lane &&
1094210939 0 === executionContext &&
1094310940 0 === (fiber.mode & 1) &&
10944- (resetRenderTimer(), includesLegacySyncCallbacks && flushSyncCallbacks());
10941+ ((workInProgressRootRenderTargetTime = now() + 500),
10942+ includesLegacySyncCallbacks && flushSyncCallbacks());
1094510943 }
1094610944}
1094710945function ensureRootIsScheduled(root, currentTime) {
@@ -11294,7 +11292,7 @@ function batchedUpdates$1(fn, a) {
1129411292 } finally {
1129511293 (executionContext = prevExecutionContext),
1129611294 0 === executionContext &&
11297- (resetRenderTimer( ),
11295+ ((workInProgressRootRenderTargetTime = now() + 500 ),
1129811296 includesLegacySyncCallbacks && flushSyncCallbacks());
1129911297 }
1130011298}
@@ -11477,7 +11475,7 @@ function renderRootConcurrent(root, lanes) {
1147711475 prevCacheDispatcher = pushCacheDispatcher();
1147811476 if (workInProgressRoot !== root || workInProgressRootRenderLanes !== lanes)
1147911477 (workInProgressTransitions = getTransitionsForLanes(root, lanes)),
11480- resetRenderTimer( ),
11478+ (workInProgressRootRenderTargetTime = now() + 500 ),
1148111479 prepareFreshStack(root, lanes);
1148211480 a: do
1148311481 try {
@@ -13278,7 +13276,8 @@ function attemptSynchronousHydration(fiber) {
1327813276 (markRootEntangled(root$208, lanes | 2),
1327913277 ensureRootIsScheduled(root$208, now()),
1328013278 0 === (executionContext & 6) &&
13281- (resetRenderTimer(), flushSyncCallbacks()));
13279+ ((workInProgressRootRenderTargetTime = now() + 500),
13280+ flushSyncCallbacks()));
1328213281 }
1328313282 break;
1328413283 case 13:
@@ -13849,14 +13848,14 @@ var isInputEventSupported = !1;
1384913848if (canUseDOM) {
1385013849 var JSCompiler_inline_result$jscomp$309;
1385113850 if (canUseDOM) {
13852- var isSupported$jscomp$inline_1570 = "oninput" in document;
13853- if (!isSupported$jscomp$inline_1570 ) {
13854- var element$jscomp$inline_1571 = document.createElement("div");
13855- element$jscomp$inline_1571 .setAttribute("oninput", "return;");
13856- isSupported$jscomp$inline_1570 =
13857- "function" === typeof element$jscomp$inline_1571 .oninput;
13851+ var isSupported$jscomp$inline_1566 = "oninput" in document;
13852+ if (!isSupported$jscomp$inline_1566 ) {
13853+ var element$jscomp$inline_1567 = document.createElement("div");
13854+ element$jscomp$inline_1567 .setAttribute("oninput", "return;");
13855+ isSupported$jscomp$inline_1566 =
13856+ "function" === typeof element$jscomp$inline_1567 .oninput;
1385813857 }
13859- JSCompiler_inline_result$jscomp$309 = isSupported$jscomp$inline_1570 ;
13858+ JSCompiler_inline_result$jscomp$309 = isSupported$jscomp$inline_1566 ;
1386013859 } else JSCompiler_inline_result$jscomp$309 = !1;
1386113860 isInputEventSupported =
1386213861 JSCompiler_inline_result$jscomp$309 &&
@@ -13997,20 +13996,20 @@ function registerSimpleEvent(domEventName, reactName) {
1399713996 registerTwoPhaseEvent(reactName, [domEventName]);
1399813997}
1399913998for (
14000- var i$jscomp$inline_1583 = 0;
14001- i$jscomp$inline_1583 < simpleEventPluginEvents.length;
14002- i$jscomp$inline_1583 ++
13999+ var i$jscomp$inline_1579 = 0;
14000+ i$jscomp$inline_1579 < simpleEventPluginEvents.length;
14001+ i$jscomp$inline_1579 ++
1400314002) {
14004- var eventName$jscomp$inline_1584 =
14005- simpleEventPluginEvents[i$jscomp$inline_1583 ],
14006- domEventName$jscomp$inline_1585 =
14007- eventName$jscomp$inline_1584 .toLowerCase(),
14008- capitalizedEvent$jscomp$inline_1586 =
14009- eventName$jscomp$inline_1584 [0].toUpperCase() +
14010- eventName$jscomp$inline_1584 .slice(1);
14003+ var eventName$jscomp$inline_1580 =
14004+ simpleEventPluginEvents[i$jscomp$inline_1579 ],
14005+ domEventName$jscomp$inline_1581 =
14006+ eventName$jscomp$inline_1580 .toLowerCase(),
14007+ capitalizedEvent$jscomp$inline_1582 =
14008+ eventName$jscomp$inline_1580 [0].toUpperCase() +
14009+ eventName$jscomp$inline_1580 .slice(1);
1401114010 registerSimpleEvent(
14012- domEventName$jscomp$inline_1585 ,
14013- "on" + capitalizedEvent$jscomp$inline_1586
14011+ domEventName$jscomp$inline_1581 ,
14012+ "on" + capitalizedEvent$jscomp$inline_1582
1401414013 );
1401514014}
1401614015registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -15700,17 +15699,17 @@ Internals.Events = [
1570015699 restoreStateIfNeeded,
1570115700 batchedUpdates$1
1570215701];
15703- var devToolsConfig$jscomp$inline_1739 = {
15702+ var devToolsConfig$jscomp$inline_1735 = {
1570415703 findFiberByHostInstance: getClosestInstanceFromNode,
1570515704 bundleType: 0,
15706- version: "18.3.0-www-classic-0ef1f7ef ",
15705+ version: "18.3.0-www-classic-55fee6a8 ",
1570715706 rendererPackageName: "react-dom"
1570815707};
1570915708var internals$jscomp$inline_2127 = {
15710- bundleType: devToolsConfig$jscomp$inline_1739 .bundleType,
15711- version: devToolsConfig$jscomp$inline_1739 .version,
15712- rendererPackageName: devToolsConfig$jscomp$inline_1739 .rendererPackageName,
15713- rendererConfig: devToolsConfig$jscomp$inline_1739 .rendererConfig,
15709+ bundleType: devToolsConfig$jscomp$inline_1735 .bundleType,
15710+ version: devToolsConfig$jscomp$inline_1735 .version,
15711+ rendererPackageName: devToolsConfig$jscomp$inline_1735 .rendererPackageName,
15712+ rendererConfig: devToolsConfig$jscomp$inline_1735 .rendererConfig,
1571415713 overrideHookState: null,
1571515714 overrideHookStateDeletePath: null,
1571615715 overrideHookStateRenamePath: null,
@@ -15726,14 +15725,14 @@ var internals$jscomp$inline_2127 = {
1572615725 return null === fiber ? null : fiber.stateNode;
1572715726 },
1572815727 findFiberByHostInstance:
15729- devToolsConfig$jscomp$inline_1739 .findFiberByHostInstance ||
15728+ devToolsConfig$jscomp$inline_1735 .findFiberByHostInstance ||
1573015729 emptyFindFiberByHostInstance,
1573115730 findHostInstancesForRefresh: null,
1573215731 scheduleRefresh: null,
1573315732 scheduleRoot: null,
1573415733 setRefreshHandler: null,
1573515734 getCurrentFiber: null,
15736- reconcilerVersion: "18.3.0-www-classic-0ef1f7ef "
15735+ reconcilerVersion: "18.3.0-www-classic-55fee6a8 "
1573715736};
1573815737if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1573915738 var hook$jscomp$inline_2128 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15954,22 +15953,6 @@ exports.unstable_createEventHandle = function (type, options) {
1595415953 "boolean" === typeof options && (isCapturePhaseListener = options));
1595515954 return eventHandle;
1595615955};
15957- exports.unstable_flushControlled = function (fn) {
15958- var prevExecutionContext = executionContext;
15959- executionContext |= 1;
15960- var prevTransition = ReactCurrentBatchConfig$1.transition,
15961- previousPriority = currentUpdatePriority;
15962- try {
15963- (ReactCurrentBatchConfig$1.transition = null),
15964- (currentUpdatePriority = 2),
15965- fn();
15966- } finally {
15967- (currentUpdatePriority = previousPriority),
15968- (ReactCurrentBatchConfig$1.transition = prevTransition),
15969- (executionContext = prevExecutionContext),
15970- 0 === executionContext && (resetRenderTimer(), flushSyncCallbacks());
15971- }
15972- };
1597315956exports.unstable_renderSubtreeIntoContainer = function (
1597415957 parentComponent,
1597515958 element,
@@ -15989,4 +15972,4 @@ exports.unstable_renderSubtreeIntoContainer = function (
1598915972 );
1599015973};
1599115974exports.unstable_runWithPriority = runWithPriority;
15992- exports.version = "18.3.0-www-classic-0ef1f7ef ";
15975+ exports.version = "18.3.0-www-classic-55fee6a8 ";
0 commit comments