Skip to content

Commit 89b232f

Browse files
committed
[Fizz] Outline if a boundary would add too many bytes to the next completion (facebook#33029)
Follow up to facebook#33027. This enhances the heuristic so that we accumulate the size of the currently written boundaries. Starting from the size of the root (minus preamble) for the shell. This ensures that if you have many small boundaries they don't all continue to get inlined. For example, you can wrap each paragraph in a document in a Suspense boundary to regain document streaming capabilities if that's what you want. However, one consideration is if it's worth producing a fallback at all. Maybe if it's like `null` it's free but if it's like a whole alternative page, then it's not. It's possible to have completely useless Suspense boundaries such as when you nest several directly inside each other. So this uses a limit of at least 500 bytes of the content itself for it to be worth outlining at all. It also can't be too small because then for example a long list of paragraphs can never be outlined. In the fixture I straddle this limit so some paragraphs are too small to be considered. An unfortunate effect of that is that you can end up with some of them not being outlined which means that they appear out of order. SuspenseList is supposed to address that but it's unfortunate. The limit is still fairly high though so it's unlikely that by default you'd start outlining anything within the viewport at all. I had to reduce the `progressiveChunkSize` by an order of magnitude in my fixture to try it out properly. DiffTrain build for [18212ca](facebook@18212ca)
1 parent c84ead8 commit 89b232f

36 files changed

+241
-149
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e9a5fc6c1a6252ca1727ab8fe0d4ee13f2568ec
1+
18212ca960ee2f0acf538c2198f7ba36c3042ecd
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e9a5fc6c1a6252ca1727ab8fe0d4ee13f2568ec
1+
18212ca960ee2f0acf538c2198f7ba36c3042ecd

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
1541+
exports.version = "19.2.0-www-classic-18212ca9-20250429";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-modern-8e9a5fc6-20250425";
1541+
exports.version = "19.2.0-www-modern-18212ca9-20250429";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
639+
exports.version = "19.2.0-www-classic-18212ca9-20250429";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-modern-8e9a5fc6-20250425";
639+
exports.version = "19.2.0-www-modern-18212ca9-20250429";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
643+
exports.version = "19.2.0-www-classic-18212ca9-20250429";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-modern-8e9a5fc6-20250425";
643+
exports.version = "19.2.0-www-modern-18212ca9-20250429";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18800,10 +18800,10 @@ __DEV__ &&
1880018800
(function () {
1880118801
var internals = {
1880218802
bundleType: 1,
18803-
version: "19.2.0-www-classic-8e9a5fc6-20250425",
18803+
version: "19.2.0-www-classic-18212ca9-20250429",
1880418804
rendererPackageName: "react-art",
1880518805
currentDispatcherRef: ReactSharedInternals,
18806-
reconcilerVersion: "19.2.0-www-classic-8e9a5fc6-20250425"
18806+
reconcilerVersion: "19.2.0-www-classic-18212ca9-20250429"
1880718807
};
1880818808
internals.overrideHookState = overrideHookState;
1880918809
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18837,7 +18837,7 @@ __DEV__ &&
1883718837
exports.Shape = Shape;
1883818838
exports.Surface = Surface;
1883918839
exports.Text = Text;
18840-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
18840+
exports.version = "19.2.0-www-classic-18212ca9-20250429";
1884118841
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1884218842
"function" ===
1884318843
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18572,10 +18572,10 @@ __DEV__ &&
1857218572
(function () {
1857318573
var internals = {
1857418574
bundleType: 1,
18575-
version: "19.2.0-www-modern-8e9a5fc6-20250425",
18575+
version: "19.2.0-www-modern-18212ca9-20250429",
1857618576
rendererPackageName: "react-art",
1857718577
currentDispatcherRef: ReactSharedInternals,
18578-
reconcilerVersion: "19.2.0-www-modern-8e9a5fc6-20250425"
18578+
reconcilerVersion: "19.2.0-www-modern-18212ca9-20250429"
1857918579
};
1858018580
internals.overrideHookState = overrideHookState;
1858118581
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18609,7 +18609,7 @@ __DEV__ &&
1860918609
exports.Shape = Shape;
1861018610
exports.Surface = Surface;
1861118611
exports.Text = Text;
18612-
exports.version = "19.2.0-www-modern-8e9a5fc6-20250425";
18612+
exports.version = "19.2.0-www-modern-18212ca9-20250429";
1861318613
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1861418614
"function" ===
1861518615
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-prod.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11412,10 +11412,10 @@ var slice = Array.prototype.slice,
1141211412
})(React.Component);
1141311413
var internals$jscomp$inline_1619 = {
1141411414
bundleType: 0,
11415-
version: "19.2.0-www-classic-8e9a5fc6-20250425",
11415+
version: "19.2.0-www-classic-18212ca9-20250429",
1141611416
rendererPackageName: "react-art",
1141711417
currentDispatcherRef: ReactSharedInternals,
11418-
reconcilerVersion: "19.2.0-www-classic-8e9a5fc6-20250425"
11418+
reconcilerVersion: "19.2.0-www-classic-18212ca9-20250429"
1141911419
};
1142011420
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1142111421
var hook$jscomp$inline_1620 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11441,4 +11441,4 @@ exports.RadialGradient = RadialGradient;
1144111441
exports.Shape = TYPES.SHAPE;
1144211442
exports.Surface = Surface;
1144311443
exports.Text = Text;
11444-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
11444+
exports.version = "19.2.0-www-classic-18212ca9-20250429";

compiled/facebook-www/ReactART-prod.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11125,10 +11125,10 @@ var slice = Array.prototype.slice,
1112511125
})(React.Component);
1112611126
var internals$jscomp$inline_1592 = {
1112711127
bundleType: 0,
11128-
version: "19.2.0-www-modern-8e9a5fc6-20250425",
11128+
version: "19.2.0-www-modern-18212ca9-20250429",
1112911129
rendererPackageName: "react-art",
1113011130
currentDispatcherRef: ReactSharedInternals,
11131-
reconcilerVersion: "19.2.0-www-modern-8e9a5fc6-20250425"
11131+
reconcilerVersion: "19.2.0-www-modern-18212ca9-20250429"
1113211132
};
1113311133
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1113411134
var hook$jscomp$inline_1593 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11154,4 +11154,4 @@ exports.RadialGradient = RadialGradient;
1115411154
exports.Shape = TYPES.SHAPE;
1115511155
exports.Surface = Surface;
1115611156
exports.Text = Text;
11157-
exports.version = "19.2.0-www-modern-8e9a5fc6-20250425";
11157+
exports.version = "19.2.0-www-modern-18212ca9-20250429";

compiled/facebook-www/ReactDOM-dev.classic.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8010,10 +8010,12 @@ __DEV__ &&
80108010
console.error(
80118011
"requestFormReset was called outside a transition or action. To fix, move to an action, or wrap with startTransition."
80128012
);
8013-
var resetStateQueue = ensureFormComponentIsStateful(formFiber).next.queue;
8013+
var stateHook = ensureFormComponentIsStateful(formFiber);
8014+
null === stateHook.next &&
8015+
(stateHook = formFiber.alternate.memoizedState);
80148016
dispatchSetStateInternal(
80158017
formFiber,
8016-
resetStateQueue,
8018+
stateHook.next.queue,
80178019
{},
80188020
requestUpdateLane(formFiber)
80198021
);
@@ -30914,11 +30916,11 @@ __DEV__ &&
3091430916
return_targetInst = null;
3091530917
(function () {
3091630918
var isomorphicReactPackageVersion = React.version;
30917-
if ("19.2.0-www-classic-8e9a5fc6-20250425" !== isomorphicReactPackageVersion)
30919+
if ("19.2.0-www-classic-18212ca9-20250429" !== isomorphicReactPackageVersion)
3091830920
throw Error(
3091930921
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3092030922
(isomorphicReactPackageVersion +
30921-
"\n - react-dom: 19.2.0-www-classic-8e9a5fc6-20250425\nLearn more: https://react.dev/warnings/version-mismatch")
30923+
"\n - react-dom: 19.2.0-www-classic-18212ca9-20250429\nLearn more: https://react.dev/warnings/version-mismatch")
3092230924
);
3092330925
})();
3092430926
("function" === typeof Map &&
@@ -30961,10 +30963,10 @@ __DEV__ &&
3096130963
!(function () {
3096230964
var internals = {
3096330965
bundleType: 1,
30964-
version: "19.2.0-www-classic-8e9a5fc6-20250425",
30966+
version: "19.2.0-www-classic-18212ca9-20250429",
3096530967
rendererPackageName: "react-dom",
3096630968
currentDispatcherRef: ReactSharedInternals,
30967-
reconcilerVersion: "19.2.0-www-classic-8e9a5fc6-20250425"
30969+
reconcilerVersion: "19.2.0-www-classic-18212ca9-20250429"
3096830970
};
3096930971
internals.overrideHookState = overrideHookState;
3097030972
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31562,7 +31564,7 @@ __DEV__ &&
3156231564
exports.useFormStatus = function () {
3156331565
return resolveDispatcher().useHostTransitionStatus();
3156431566
};
31565-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
31567+
exports.version = "19.2.0-www-classic-18212ca9-20250429";
3156631568
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3156731569
"function" ===
3156831570
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactDOM-dev.modern.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7897,10 +7897,12 @@ __DEV__ &&
78977897
console.error(
78987898
"requestFormReset was called outside a transition or action. To fix, move to an action, or wrap with startTransition."
78997899
);
7900-
var resetStateQueue = ensureFormComponentIsStateful(formFiber).next.queue;
7900+
var stateHook = ensureFormComponentIsStateful(formFiber);
7901+
null === stateHook.next &&
7902+
(stateHook = formFiber.alternate.memoizedState);
79017903
dispatchSetStateInternal(
79027904
formFiber,
7903-
resetStateQueue,
7905+
stateHook.next.queue,
79047906
{},
79057907
requestUpdateLane(formFiber)
79067908
);
@@ -30700,11 +30702,11 @@ __DEV__ &&
3070030702
return_targetInst = null;
3070130703
(function () {
3070230704
var isomorphicReactPackageVersion = React.version;
30703-
if ("19.2.0-www-modern-8e9a5fc6-20250425" !== isomorphicReactPackageVersion)
30705+
if ("19.2.0-www-modern-18212ca9-20250429" !== isomorphicReactPackageVersion)
3070430706
throw Error(
3070530707
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3070630708
(isomorphicReactPackageVersion +
30707-
"\n - react-dom: 19.2.0-www-modern-8e9a5fc6-20250425\nLearn more: https://react.dev/warnings/version-mismatch")
30709+
"\n - react-dom: 19.2.0-www-modern-18212ca9-20250429\nLearn more: https://react.dev/warnings/version-mismatch")
3070830710
);
3070930711
})();
3071030712
("function" === typeof Map &&
@@ -30747,10 +30749,10 @@ __DEV__ &&
3074730749
!(function () {
3074830750
var internals = {
3074930751
bundleType: 1,
30750-
version: "19.2.0-www-modern-8e9a5fc6-20250425",
30752+
version: "19.2.0-www-modern-18212ca9-20250429",
3075130753
rendererPackageName: "react-dom",
3075230754
currentDispatcherRef: ReactSharedInternals,
30753-
reconcilerVersion: "19.2.0-www-modern-8e9a5fc6-20250425"
30755+
reconcilerVersion: "19.2.0-www-modern-18212ca9-20250429"
3075430756
};
3075530757
internals.overrideHookState = overrideHookState;
3075630758
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31348,7 +31350,7 @@ __DEV__ &&
3134831350
exports.useFormStatus = function () {
3134931351
return resolveDispatcher().useHostTransitionStatus();
3135031352
};
31351-
exports.version = "19.2.0-www-modern-8e9a5fc6-20250425";
31353+
exports.version = "19.2.0-www-modern-18212ca9-20250429";
3135231354
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3135331355
"function" ===
3135431356
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactDOM-prod.classic.js

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4817,8 +4817,14 @@ function ensureFormComponentIsStateful(formFiber) {
48174817
return existingStateHook;
48184818
}
48194819
function requestFormReset$1(formFiber) {
4820-
var resetStateQueue = ensureFormComponentIsStateful(formFiber).next.queue;
4821-
dispatchSetStateInternal(formFiber, resetStateQueue, {}, requestUpdateLane());
4820+
var stateHook = ensureFormComponentIsStateful(formFiber);
4821+
null === stateHook.next && (stateHook = formFiber.alternate.memoizedState);
4822+
dispatchSetStateInternal(
4823+
formFiber,
4824+
stateHook.next.queue,
4825+
{},
4826+
requestUpdateLane()
4827+
);
48224828
}
48234829
function useHostTransitionStatus() {
48244830
return readContext(HostTransitionContext);
@@ -19440,14 +19446,14 @@ function getCrossOriginStringAs(as, input) {
1944019446
}
1944119447
var isomorphicReactPackageVersion$jscomp$inline_2029 = React.version;
1944219448
if (
19443-
"19.2.0-www-classic-8e9a5fc6-20250425" !==
19449+
"19.2.0-www-classic-18212ca9-20250429" !==
1944419450
isomorphicReactPackageVersion$jscomp$inline_2029
1944519451
)
1944619452
throw Error(
1944719453
formatProdErrorMessage(
1944819454
527,
1944919455
isomorphicReactPackageVersion$jscomp$inline_2029,
19450-
"19.2.0-www-classic-8e9a5fc6-20250425"
19456+
"19.2.0-www-classic-18212ca9-20250429"
1945119457
)
1945219458
);
1945319459
Internals.findDOMNode = function (componentOrElement) {
@@ -19465,10 +19471,10 @@ Internals.Events = [
1946519471
];
1946619472
var internals$jscomp$inline_2635 = {
1946719473
bundleType: 0,
19468-
version: "19.2.0-www-classic-8e9a5fc6-20250425",
19474+
version: "19.2.0-www-classic-18212ca9-20250429",
1946919475
rendererPackageName: "react-dom",
1947019476
currentDispatcherRef: ReactSharedInternals,
19471-
reconcilerVersion: "19.2.0-www-classic-8e9a5fc6-20250425"
19477+
reconcilerVersion: "19.2.0-www-classic-18212ca9-20250429"
1947219478
};
1947319479
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1947419480
var hook$jscomp$inline_2636 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19832,4 +19838,4 @@ exports.useFormState = function (action, initialState, permalink) {
1983219838
exports.useFormStatus = function () {
1983319839
return ReactSharedInternals.H.useHostTransitionStatus();
1983419840
};
19835-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
19841+
exports.version = "19.2.0-www-classic-18212ca9-20250429";

compiled/facebook-www/ReactDOM-prod.modern.js

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4661,8 +4661,14 @@ function ensureFormComponentIsStateful(formFiber) {
46614661
return existingStateHook;
46624662
}
46634663
function requestFormReset$1(formFiber) {
4664-
var resetStateQueue = ensureFormComponentIsStateful(formFiber).next.queue;
4665-
dispatchSetStateInternal(formFiber, resetStateQueue, {}, requestUpdateLane());
4664+
var stateHook = ensureFormComponentIsStateful(formFiber);
4665+
null === stateHook.next && (stateHook = formFiber.alternate.memoizedState);
4666+
dispatchSetStateInternal(
4667+
formFiber,
4668+
stateHook.next.queue,
4669+
{},
4670+
requestUpdateLane()
4671+
);
46664672
}
46674673
function useHostTransitionStatus() {
46684674
return readContext(HostTransitionContext);
@@ -19169,14 +19175,14 @@ function getCrossOriginStringAs(as, input) {
1916919175
}
1917019176
var isomorphicReactPackageVersion$jscomp$inline_2019 = React.version;
1917119177
if (
19172-
"19.2.0-www-modern-8e9a5fc6-20250425" !==
19178+
"19.2.0-www-modern-18212ca9-20250429" !==
1917319179
isomorphicReactPackageVersion$jscomp$inline_2019
1917419180
)
1917519181
throw Error(
1917619182
formatProdErrorMessage(
1917719183
527,
1917819184
isomorphicReactPackageVersion$jscomp$inline_2019,
19179-
"19.2.0-www-modern-8e9a5fc6-20250425"
19185+
"19.2.0-www-modern-18212ca9-20250429"
1918019186
)
1918119187
);
1918219188
Internals.findDOMNode = function (componentOrElement) {
@@ -19194,10 +19200,10 @@ Internals.Events = [
1919419200
];
1919519201
var internals$jscomp$inline_2617 = {
1919619202
bundleType: 0,
19197-
version: "19.2.0-www-modern-8e9a5fc6-20250425",
19203+
version: "19.2.0-www-modern-18212ca9-20250429",
1919819204
rendererPackageName: "react-dom",
1919919205
currentDispatcherRef: ReactSharedInternals,
19200-
reconcilerVersion: "19.2.0-www-modern-8e9a5fc6-20250425"
19206+
reconcilerVersion: "19.2.0-www-modern-18212ca9-20250429"
1920119207
};
1920219208
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1920319209
var hook$jscomp$inline_2618 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19561,4 +19567,4 @@ exports.useFormState = function (action, initialState, permalink) {
1956119567
exports.useFormStatus = function () {
1956219568
return ReactSharedInternals.H.useHostTransitionStatus();
1956319569
};
19564-
exports.version = "19.2.0-www-modern-8e9a5fc6-20250425";
19570+
exports.version = "19.2.0-www-modern-18212ca9-20250429";

compiled/facebook-www/ReactDOM-profiling.classic.js

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5362,8 +5362,14 @@ function ensureFormComponentIsStateful(formFiber) {
53625362
return existingStateHook;
53635363
}
53645364
function requestFormReset$1(formFiber) {
5365-
var resetStateQueue = ensureFormComponentIsStateful(formFiber).next.queue;
5366-
dispatchSetStateInternal(formFiber, resetStateQueue, {}, requestUpdateLane());
5365+
var stateHook = ensureFormComponentIsStateful(formFiber);
5366+
null === stateHook.next && (stateHook = formFiber.alternate.memoizedState);
5367+
dispatchSetStateInternal(
5368+
formFiber,
5369+
stateHook.next.queue,
5370+
{},
5371+
requestUpdateLane()
5372+
);
53675373
}
53685374
function useHostTransitionStatus() {
53695375
return readContext(HostTransitionContext);
@@ -21437,14 +21443,14 @@ function getCrossOriginStringAs(as, input) {
2143721443
}
2143821444
var isomorphicReactPackageVersion$jscomp$inline_2239 = React.version;
2143921445
if (
21440-
"19.2.0-www-classic-8e9a5fc6-20250425" !==
21446+
"19.2.0-www-classic-18212ca9-20250429" !==
2144121447
isomorphicReactPackageVersion$jscomp$inline_2239
2144221448
)
2144321449
throw Error(
2144421450
formatProdErrorMessage(
2144521451
527,
2144621452
isomorphicReactPackageVersion$jscomp$inline_2239,
21447-
"19.2.0-www-classic-8e9a5fc6-20250425"
21453+
"19.2.0-www-classic-18212ca9-20250429"
2144821454
)
2144921455
);
2145021456
Internals.findDOMNode = function (componentOrElement) {
@@ -21462,10 +21468,10 @@ Internals.Events = [
2146221468
];
2146321469
var internals$jscomp$inline_2241 = {
2146421470
bundleType: 0,
21465-
version: "19.2.0-www-classic-8e9a5fc6-20250425",
21471+
version: "19.2.0-www-classic-18212ca9-20250429",
2146621472
rendererPackageName: "react-dom",
2146721473
currentDispatcherRef: ReactSharedInternals,
21468-
reconcilerVersion: "19.2.0-www-classic-8e9a5fc6-20250425"
21474+
reconcilerVersion: "19.2.0-www-classic-18212ca9-20250429"
2146921475
};
2147021476
enableSchedulingProfiler &&
2147121477
((internals$jscomp$inline_2241.getLaneLabelMap = getLaneLabelMap),
@@ -21832,7 +21838,7 @@ exports.useFormState = function (action, initialState, permalink) {
2183221838
exports.useFormStatus = function () {
2183321839
return ReactSharedInternals.H.useHostTransitionStatus();
2183421840
};
21835-
exports.version = "19.2.0-www-classic-8e9a5fc6-20250425";
21841+
exports.version = "19.2.0-www-classic-18212ca9-20250429";
2183621842
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2183721843
"function" ===
2183821844
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)