@@ -3891,8 +3891,9 @@ function startTransition(setPending, callback, options) {
38913891 var previousPriority = currentUpdatePriority;
38923892 currentUpdatePriority =
38933893 0 !== previousPriority && 8 > previousPriority ? previousPriority : 8;
3894- setPending(!0);
38953894 var prevTransition = ReactCurrentBatchConfig$3.transition;
3895+ ReactCurrentBatchConfig$3.transition = null;
3896+ setPending(!0);
38963897 ReactCurrentBatchConfig$3.transition = {};
38973898 enableTransitionTracing &&
38983899 void 0 !== options &&
@@ -15225,7 +15226,7 @@ Internals.Events = [
1522515226var devToolsConfig$jscomp$inline_1705 = {
1522615227 findFiberByHostInstance: getClosestInstanceFromNode,
1522715228 bundleType: 0,
15228- version: "18.3.0-www-modern-90982dde ",
15229+ version: "18.3.0-www-modern-d91eb997 ",
1522915230 rendererPackageName: "react-dom"
1523015231};
1523115232var internals$jscomp$inline_2115 = {
@@ -15256,7 +15257,7 @@ var internals$jscomp$inline_2115 = {
1525615257 scheduleRoot: null,
1525715258 setRefreshHandler: null,
1525815259 getCurrentFiber: null,
15259- reconcilerVersion: "18.3.0-www-modern-90982dde "
15260+ reconcilerVersion: "18.3.0-www-modern-d91eb997 "
1526015261};
1526115262if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1526215263 var hook$jscomp$inline_2116 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15425,4 +15426,4 @@ exports.unstable_createEventHandle = function (type, options) {
1542515426 return eventHandle;
1542615427};
1542715428exports.unstable_runWithPriority = runWithPriority;
15428- exports.version = "18.3.0-www-modern-90982dde ";
15429+ exports.version = "18.3.0-www-modern-d91eb997 ";
0 commit comments