Skip to content

Commit 7d80c9d

Browse files
committed
[forgive] Log inferEffectDependencies (#32996)
This was missed earlier. Co-authored-by: Jordan Brown <[email protected]> --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32996). * #33002 * #33001 * #33000 * #32999 * #32998 * #32997 * __->__ #32996 Co-authored-by: Jordan Brown <[email protected]> DiffTrain build for [71d0896](71d0896)
1 parent e4c48b8 commit 7d80c9d

35 files changed

+392
-377
lines changed

compiled/eslint-plugin-react-hooks/index.js

+306-291
Large diffs are not rendered by default.

compiled/facebook-www/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
914319ae595010cd5d3f0e277c77eb86da18e4f0
1+
71d0896a4a1b31e14baeb7e427fc4724dbe972ff
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
914319ae595010cd5d3f0e277c77eb86da18e4f0
1+
71d0896a4a1b31e14baeb7e427fc4724dbe972ff

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

+1-1
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-914319ae-20250423";
1541+
exports.version = "19.2.0-www-classic-71d0896a-20250423";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
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-914319ae-20250423";
1541+
exports.version = "19.2.0-www-modern-71d0896a-20250423";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
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-914319ae-20250423";
639+
exports.version = "19.2.0-www-classic-71d0896a-20250423";

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

+1-1
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-914319ae-20250423";
639+
exports.version = "19.2.0-www-modern-71d0896a-20250423";

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

+1-1
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-914319ae-20250423";
643+
exports.version = "19.2.0-www-classic-71d0896a-20250423";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
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-914319ae-20250423";
643+
exports.version = "19.2.0-www-modern-71d0896a-20250423";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+3-3
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-914319ae-20250423",
18803+
version: "19.2.0-www-classic-71d0896a-20250423",
1880418804
rendererPackageName: "react-art",
1880518805
currentDispatcherRef: ReactSharedInternals,
18806-
reconcilerVersion: "19.2.0-www-classic-914319ae-20250423"
18806+
reconcilerVersion: "19.2.0-www-classic-71d0896a-20250423"
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-914319ae-20250423";
18840+
exports.version = "19.2.0-www-classic-71d0896a-20250423";
1884118841
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1884218842
"function" ===
1884318843
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+3-3
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-914319ae-20250423",
18575+
version: "19.2.0-www-modern-71d0896a-20250423",
1857618576
rendererPackageName: "react-art",
1857718577
currentDispatcherRef: ReactSharedInternals,
18578-
reconcilerVersion: "19.2.0-www-modern-914319ae-20250423"
18578+
reconcilerVersion: "19.2.0-www-modern-71d0896a-20250423"
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-914319ae-20250423";
18612+
exports.version = "19.2.0-www-modern-71d0896a-20250423";
1861318613
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1861418614
"function" ===
1861518615
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+3-3
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-914319ae-20250423",
11415+
version: "19.2.0-www-classic-71d0896a-20250423",
1141611416
rendererPackageName: "react-art",
1141711417
currentDispatcherRef: ReactSharedInternals,
11418-
reconcilerVersion: "19.2.0-www-classic-914319ae-20250423"
11418+
reconcilerVersion: "19.2.0-www-classic-71d0896a-20250423"
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-914319ae-20250423";
11444+
exports.version = "19.2.0-www-classic-71d0896a-20250423";

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

+3-3
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-914319ae-20250423",
11128+
version: "19.2.0-www-modern-71d0896a-20250423",
1112911129
rendererPackageName: "react-art",
1113011130
currentDispatcherRef: ReactSharedInternals,
11131-
reconcilerVersion: "19.2.0-www-modern-914319ae-20250423"
11131+
reconcilerVersion: "19.2.0-www-modern-71d0896a-20250423"
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-914319ae-20250423";
11157+
exports.version = "19.2.0-www-modern-71d0896a-20250423";

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -30914,11 +30914,11 @@ __DEV__ &&
3091430914
return_targetInst = null;
3091530915
(function () {
3091630916
var isomorphicReactPackageVersion = React.version;
30917-
if ("19.2.0-www-classic-914319ae-20250423" !== isomorphicReactPackageVersion)
30917+
if ("19.2.0-www-classic-71d0896a-20250423" !== isomorphicReactPackageVersion)
3091830918
throw Error(
3091930919
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3092030920
(isomorphicReactPackageVersion +
30921-
"\n - react-dom: 19.2.0-www-classic-914319ae-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
30921+
"\n - react-dom: 19.2.0-www-classic-71d0896a-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
3092230922
);
3092330923
})();
3092430924
("function" === typeof Map &&
@@ -30961,10 +30961,10 @@ __DEV__ &&
3096130961
!(function () {
3096230962
var internals = {
3096330963
bundleType: 1,
30964-
version: "19.2.0-www-classic-914319ae-20250423",
30964+
version: "19.2.0-www-classic-71d0896a-20250423",
3096530965
rendererPackageName: "react-dom",
3096630966
currentDispatcherRef: ReactSharedInternals,
30967-
reconcilerVersion: "19.2.0-www-classic-914319ae-20250423"
30967+
reconcilerVersion: "19.2.0-www-classic-71d0896a-20250423"
3096830968
};
3096930969
internals.overrideHookState = overrideHookState;
3097030970
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31562,7 +31562,7 @@ __DEV__ &&
3156231562
exports.useFormStatus = function () {
3156331563
return resolveDispatcher().useHostTransitionStatus();
3156431564
};
31565-
exports.version = "19.2.0-www-classic-914319ae-20250423";
31565+
exports.version = "19.2.0-www-classic-71d0896a-20250423";
3156631566
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3156731567
"function" ===
3156831568
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -30700,11 +30700,11 @@ __DEV__ &&
3070030700
return_targetInst = null;
3070130701
(function () {
3070230702
var isomorphicReactPackageVersion = React.version;
30703-
if ("19.2.0-www-modern-914319ae-20250423" !== isomorphicReactPackageVersion)
30703+
if ("19.2.0-www-modern-71d0896a-20250423" !== isomorphicReactPackageVersion)
3070430704
throw Error(
3070530705
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3070630706
(isomorphicReactPackageVersion +
30707-
"\n - react-dom: 19.2.0-www-modern-914319ae-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
30707+
"\n - react-dom: 19.2.0-www-modern-71d0896a-20250423\nLearn more: https://react.dev/warnings/version-mismatch")
3070830708
);
3070930709
})();
3071030710
("function" === typeof Map &&
@@ -30747,10 +30747,10 @@ __DEV__ &&
3074730747
!(function () {
3074830748
var internals = {
3074930749
bundleType: 1,
30750-
version: "19.2.0-www-modern-914319ae-20250423",
30750+
version: "19.2.0-www-modern-71d0896a-20250423",
3075130751
rendererPackageName: "react-dom",
3075230752
currentDispatcherRef: ReactSharedInternals,
30753-
reconcilerVersion: "19.2.0-www-modern-914319ae-20250423"
30753+
reconcilerVersion: "19.2.0-www-modern-71d0896a-20250423"
3075430754
};
3075530755
internals.overrideHookState = overrideHookState;
3075630756
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31348,7 +31348,7 @@ __DEV__ &&
3134831348
exports.useFormStatus = function () {
3134931349
return resolveDispatcher().useHostTransitionStatus();
3135031350
};
31351-
exports.version = "19.2.0-www-modern-914319ae-20250423";
31351+
exports.version = "19.2.0-www-modern-71d0896a-20250423";
3135231352
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3135331353
"function" ===
3135431354
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -19440,14 +19440,14 @@ function getCrossOriginStringAs(as, input) {
1944019440
}
1944119441
var isomorphicReactPackageVersion$jscomp$inline_2029 = React.version;
1944219442
if (
19443-
"19.2.0-www-classic-914319ae-20250423" !==
19443+
"19.2.0-www-classic-71d0896a-20250423" !==
1944419444
isomorphicReactPackageVersion$jscomp$inline_2029
1944519445
)
1944619446
throw Error(
1944719447
formatProdErrorMessage(
1944819448
527,
1944919449
isomorphicReactPackageVersion$jscomp$inline_2029,
19450-
"19.2.0-www-classic-914319ae-20250423"
19450+
"19.2.0-www-classic-71d0896a-20250423"
1945119451
)
1945219452
);
1945319453
Internals.findDOMNode = function (componentOrElement) {
@@ -19465,10 +19465,10 @@ Internals.Events = [
1946519465
];
1946619466
var internals$jscomp$inline_2635 = {
1946719467
bundleType: 0,
19468-
version: "19.2.0-www-classic-914319ae-20250423",
19468+
version: "19.2.0-www-classic-71d0896a-20250423",
1946919469
rendererPackageName: "react-dom",
1947019470
currentDispatcherRef: ReactSharedInternals,
19471-
reconcilerVersion: "19.2.0-www-classic-914319ae-20250423"
19471+
reconcilerVersion: "19.2.0-www-classic-71d0896a-20250423"
1947219472
};
1947319473
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1947419474
var hook$jscomp$inline_2636 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19832,4 +19832,4 @@ exports.useFormState = function (action, initialState, permalink) {
1983219832
exports.useFormStatus = function () {
1983319833
return ReactSharedInternals.H.useHostTransitionStatus();
1983419834
};
19835-
exports.version = "19.2.0-www-classic-914319ae-20250423";
19835+
exports.version = "19.2.0-www-classic-71d0896a-20250423";

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -19169,14 +19169,14 @@ function getCrossOriginStringAs(as, input) {
1916919169
}
1917019170
var isomorphicReactPackageVersion$jscomp$inline_2019 = React.version;
1917119171
if (
19172-
"19.2.0-www-modern-914319ae-20250423" !==
19172+
"19.2.0-www-modern-71d0896a-20250423" !==
1917319173
isomorphicReactPackageVersion$jscomp$inline_2019
1917419174
)
1917519175
throw Error(
1917619176
formatProdErrorMessage(
1917719177
527,
1917819178
isomorphicReactPackageVersion$jscomp$inline_2019,
19179-
"19.2.0-www-modern-914319ae-20250423"
19179+
"19.2.0-www-modern-71d0896a-20250423"
1918019180
)
1918119181
);
1918219182
Internals.findDOMNode = function (componentOrElement) {
@@ -19194,10 +19194,10 @@ Internals.Events = [
1919419194
];
1919519195
var internals$jscomp$inline_2617 = {
1919619196
bundleType: 0,
19197-
version: "19.2.0-www-modern-914319ae-20250423",
19197+
version: "19.2.0-www-modern-71d0896a-20250423",
1919819198
rendererPackageName: "react-dom",
1919919199
currentDispatcherRef: ReactSharedInternals,
19200-
reconcilerVersion: "19.2.0-www-modern-914319ae-20250423"
19200+
reconcilerVersion: "19.2.0-www-modern-71d0896a-20250423"
1920119201
};
1920219202
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1920319203
var hook$jscomp$inline_2618 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19561,4 +19561,4 @@ exports.useFormState = function (action, initialState, permalink) {
1956119561
exports.useFormStatus = function () {
1956219562
return ReactSharedInternals.H.useHostTransitionStatus();
1956319563
};
19564-
exports.version = "19.2.0-www-modern-914319ae-20250423";
19564+
exports.version = "19.2.0-www-modern-71d0896a-20250423";

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -21437,14 +21437,14 @@ function getCrossOriginStringAs(as, input) {
2143721437
}
2143821438
var isomorphicReactPackageVersion$jscomp$inline_2239 = React.version;
2143921439
if (
21440-
"19.2.0-www-classic-914319ae-20250423" !==
21440+
"19.2.0-www-classic-71d0896a-20250423" !==
2144121441
isomorphicReactPackageVersion$jscomp$inline_2239
2144221442
)
2144321443
throw Error(
2144421444
formatProdErrorMessage(
2144521445
527,
2144621446
isomorphicReactPackageVersion$jscomp$inline_2239,
21447-
"19.2.0-www-classic-914319ae-20250423"
21447+
"19.2.0-www-classic-71d0896a-20250423"
2144821448
)
2144921449
);
2145021450
Internals.findDOMNode = function (componentOrElement) {
@@ -21462,10 +21462,10 @@ Internals.Events = [
2146221462
];
2146321463
var internals$jscomp$inline_2241 = {
2146421464
bundleType: 0,
21465-
version: "19.2.0-www-classic-914319ae-20250423",
21465+
version: "19.2.0-www-classic-71d0896a-20250423",
2146621466
rendererPackageName: "react-dom",
2146721467
currentDispatcherRef: ReactSharedInternals,
21468-
reconcilerVersion: "19.2.0-www-classic-914319ae-20250423"
21468+
reconcilerVersion: "19.2.0-www-classic-71d0896a-20250423"
2146921469
};
2147021470
enableSchedulingProfiler &&
2147121471
((internals$jscomp$inline_2241.getLaneLabelMap = getLaneLabelMap),
@@ -21832,7 +21832,7 @@ exports.useFormState = function (action, initialState, permalink) {
2183221832
exports.useFormStatus = function () {
2183321833
return ReactSharedInternals.H.useHostTransitionStatus();
2183421834
};
21835-
exports.version = "19.2.0-www-classic-914319ae-20250423";
21835+
exports.version = "19.2.0-www-classic-71d0896a-20250423";
2183621836
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2183721837
"function" ===
2183821838
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -21235,14 +21235,14 @@ function getCrossOriginStringAs(as, input) {
2123521235
}
2123621236
var isomorphicReactPackageVersion$jscomp$inline_2229 = React.version;
2123721237
if (
21238-
"19.2.0-www-modern-914319ae-20250423" !==
21238+
"19.2.0-www-modern-71d0896a-20250423" !==
2123921239
isomorphicReactPackageVersion$jscomp$inline_2229
2124021240
)
2124121241
throw Error(
2124221242
formatProdErrorMessage(
2124321243
527,
2124421244
isomorphicReactPackageVersion$jscomp$inline_2229,
21245-
"19.2.0-www-modern-914319ae-20250423"
21245+
"19.2.0-www-modern-71d0896a-20250423"
2124621246
)
2124721247
);
2124821248
Internals.findDOMNode = function (componentOrElement) {
@@ -21260,10 +21260,10 @@ Internals.Events = [
2126021260
];
2126121261
var internals$jscomp$inline_2231 = {
2126221262
bundleType: 0,
21263-
version: "19.2.0-www-modern-914319ae-20250423",
21263+
version: "19.2.0-www-modern-71d0896a-20250423",
2126421264
rendererPackageName: "react-dom",
2126521265
currentDispatcherRef: ReactSharedInternals,
21266-
reconcilerVersion: "19.2.0-www-modern-914319ae-20250423"
21266+
reconcilerVersion: "19.2.0-www-modern-71d0896a-20250423"
2126721267
};
2126821268
enableSchedulingProfiler &&
2126921269
((internals$jscomp$inline_2231.getLaneLabelMap = getLaneLabelMap),
@@ -21630,7 +21630,7 @@ exports.useFormState = function (action, initialState, permalink) {
2163021630
exports.useFormStatus = function () {
2163121631
return ReactSharedInternals.H.useHostTransitionStatus();
2163221632
};
21633-
exports.version = "19.2.0-www-modern-914319ae-20250423";
21633+
exports.version = "19.2.0-www-modern-71d0896a-20250423";
2163421634
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2163521635
"function" ===
2163621636
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9438,5 +9438,5 @@ __DEV__ &&
94389438
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
94399439
);
94409440
};
9441-
exports.version = "19.2.0-www-classic-914319ae-20250423";
9441+
exports.version = "19.2.0-www-classic-71d0896a-20250423";
94429442
})();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9367,5 +9367,5 @@ __DEV__ &&
93679367
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
93689368
);
93699369
};
9370-
exports.version = "19.2.0-www-modern-914319ae-20250423";
9370+
exports.version = "19.2.0-www-modern-71d0896a-20250423";
93719371
})();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6200,4 +6200,4 @@ exports.renderToString = function (children, options) {
62006200
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
62016201
);
62026202
};
6203-
exports.version = "19.2.0-www-classic-914319ae-20250423";
6203+
exports.version = "19.2.0-www-classic-71d0896a-20250423";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6112,4 +6112,4 @@ exports.renderToString = function (children, options) {
61126112
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
61136113
);
61146114
};
6115-
exports.version = "19.2.0-www-modern-914319ae-20250423";
6115+
exports.version = "19.2.0-www-modern-71d0896a-20250423";

0 commit comments

Comments
 (0)