Skip to content

Commit e26abae

Browse files
committed
Get rid of the directional gesture options (#32788)
Stacked on #32786. `startGestureTransition` doesn't have a concept of two directions. It's just a start and end range now. DiffTrain build for [8b2046d](8b2046d)
1 parent e98f986 commit e26abae

35 files changed

+86
-87
lines changed

compiled/facebook-www/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0a7cf20b220a9f719e06fd8a12dfde3ab029c651
1+
8b2046d0ce379e083b4f5678598c2af9d507f507
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0a7cf20b220a9f719e06fd8a12dfde3ab029c651
1+
8b2046d0ce379e083b4f5678598c2af9d507f507

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ __DEV__ &&
15071507
exports.useTransition = function () {
15081508
return resolveDispatcher().useTransition();
15091509
};
1510-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
1510+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
15111511
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15121512
"function" ===
15131513
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ __DEV__ &&
15071507
exports.useTransition = function () {
15081508
return resolveDispatcher().useTransition();
15091509
};
1510-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
1510+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
15111511
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15121512
"function" ===
15131513
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,4 +627,4 @@ exports.useSyncExternalStore = function (
627627
exports.useTransition = function () {
628628
return ReactSharedInternals.H.useTransition();
629629
};
630-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
630+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,4 +627,4 @@ exports.useSyncExternalStore = function (
627627
exports.useTransition = function () {
628628
return ReactSharedInternals.H.useTransition();
629629
};
630-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
630+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ exports.useSyncExternalStore = function (
631631
exports.useTransition = function () {
632632
return ReactSharedInternals.H.useTransition();
633633
};
634-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
634+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
635635
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
636636
"function" ===
637637
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ exports.useSyncExternalStore = function (
631631
exports.useTransition = function () {
632632
return ReactSharedInternals.H.useTransition();
633633
};
634-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
634+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
635635
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
636636
"function" ===
637637
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18218,10 +18218,10 @@ __DEV__ &&
1821818218
(function () {
1821918219
var internals = {
1822018220
bundleType: 1,
18221-
version: "19.2.0-www-classic-0a7cf20b-20250401",
18221+
version: "19.2.0-www-classic-8b2046d0-20250401",
1822218222
rendererPackageName: "react-art",
1822318223
currentDispatcherRef: ReactSharedInternals,
18224-
reconcilerVersion: "19.2.0-www-classic-0a7cf20b-20250401"
18224+
reconcilerVersion: "19.2.0-www-classic-8b2046d0-20250401"
1822518225
};
1822618226
internals.overrideHookState = overrideHookState;
1822718227
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18255,7 +18255,7 @@ __DEV__ &&
1825518255
exports.Shape = Shape;
1825618256
exports.Surface = Surface;
1825718257
exports.Text = Text;
18258-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
18258+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
1825918259
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1826018260
"function" ===
1826118261
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -17990,10 +17990,10 @@ __DEV__ &&
1799017990
(function () {
1799117991
var internals = {
1799217992
bundleType: 1,
17993-
version: "19.2.0-www-modern-0a7cf20b-20250401",
17993+
version: "19.2.0-www-modern-8b2046d0-20250401",
1799417994
rendererPackageName: "react-art",
1799517995
currentDispatcherRef: ReactSharedInternals,
17996-
reconcilerVersion: "19.2.0-www-modern-0a7cf20b-20250401"
17996+
reconcilerVersion: "19.2.0-www-modern-8b2046d0-20250401"
1799717997
};
1799817998
internals.overrideHookState = overrideHookState;
1799917999
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18027,7 +18027,7 @@ __DEV__ &&
1802718027
exports.Shape = Shape;
1802818028
exports.Surface = Surface;
1802918029
exports.Text = Text;
18030-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
18030+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
1803118031
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1803218032
"function" ===
1803318033
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -11175,10 +11175,10 @@ var slice = Array.prototype.slice,
1117511175
})(React.Component);
1117611176
var internals$jscomp$inline_1582 = {
1117711177
bundleType: 0,
11178-
version: "19.2.0-www-classic-0a7cf20b-20250401",
11178+
version: "19.2.0-www-classic-8b2046d0-20250401",
1117911179
rendererPackageName: "react-art",
1118011180
currentDispatcherRef: ReactSharedInternals,
11181-
reconcilerVersion: "19.2.0-www-classic-0a7cf20b-20250401"
11181+
reconcilerVersion: "19.2.0-www-classic-8b2046d0-20250401"
1118211182
};
1118311183
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1118411184
var hook$jscomp$inline_1583 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11204,4 +11204,4 @@ exports.RadialGradient = RadialGradient;
1120411204
exports.Shape = TYPES.SHAPE;
1120511205
exports.Surface = Surface;
1120611206
exports.Text = Text;
11207-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
11207+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -10888,10 +10888,10 @@ var slice = Array.prototype.slice,
1088810888
})(React.Component);
1088910889
var internals$jscomp$inline_1555 = {
1089010890
bundleType: 0,
10891-
version: "19.2.0-www-modern-0a7cf20b-20250401",
10891+
version: "19.2.0-www-modern-8b2046d0-20250401",
1089210892
rendererPackageName: "react-art",
1089310893
currentDispatcherRef: ReactSharedInternals,
10894-
reconcilerVersion: "19.2.0-www-modern-0a7cf20b-20250401"
10894+
reconcilerVersion: "19.2.0-www-modern-8b2046d0-20250401"
1089510895
};
1089610896
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1089710897
var hook$jscomp$inline_1556 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10917,4 +10917,4 @@ exports.RadialGradient = RadialGradient;
1091710917
exports.Shape = TYPES.SHAPE;
1091810918
exports.Surface = Surface;
1091910919
exports.Text = Text;
10920-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
10920+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -29950,11 +29950,11 @@ __DEV__ &&
2995029950
return_targetInst = null;
2995129951
(function () {
2995229952
var isomorphicReactPackageVersion = React.version;
29953-
if ("19.2.0-www-classic-0a7cf20b-20250401" !== isomorphicReactPackageVersion)
29953+
if ("19.2.0-www-classic-8b2046d0-20250401" !== isomorphicReactPackageVersion)
2995429954
throw Error(
2995529955
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2995629956
(isomorphicReactPackageVersion +
29957-
"\n - react-dom: 19.2.0-www-classic-0a7cf20b-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
29957+
"\n - react-dom: 19.2.0-www-classic-8b2046d0-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
2995829958
);
2995929959
})();
2996029960
("function" === typeof Map &&
@@ -29997,10 +29997,10 @@ __DEV__ &&
2999729997
!(function () {
2999829998
var internals = {
2999929999
bundleType: 1,
30000-
version: "19.2.0-www-classic-0a7cf20b-20250401",
30000+
version: "19.2.0-www-classic-8b2046d0-20250401",
3000130001
rendererPackageName: "react-dom",
3000230002
currentDispatcherRef: ReactSharedInternals,
30003-
reconcilerVersion: "19.2.0-www-classic-0a7cf20b-20250401"
30003+
reconcilerVersion: "19.2.0-www-classic-8b2046d0-20250401"
3000430004
};
3000530005
internals.overrideHookState = overrideHookState;
3000630006
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30598,7 +30598,7 @@ __DEV__ &&
3059830598
exports.useFormStatus = function () {
3059930599
return resolveDispatcher().useHostTransitionStatus();
3060030600
};
30601-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
30601+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
3060230602
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3060330603
"function" ===
3060430604
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -29736,11 +29736,11 @@ __DEV__ &&
2973629736
return_targetInst = null;
2973729737
(function () {
2973829738
var isomorphicReactPackageVersion = React.version;
29739-
if ("19.2.0-www-modern-0a7cf20b-20250401" !== isomorphicReactPackageVersion)
29739+
if ("19.2.0-www-modern-8b2046d0-20250401" !== isomorphicReactPackageVersion)
2974029740
throw Error(
2974129741
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2974229742
(isomorphicReactPackageVersion +
29743-
"\n - react-dom: 19.2.0-www-modern-0a7cf20b-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
29743+
"\n - react-dom: 19.2.0-www-modern-8b2046d0-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
2974429744
);
2974529745
})();
2974629746
("function" === typeof Map &&
@@ -29783,10 +29783,10 @@ __DEV__ &&
2978329783
!(function () {
2978429784
var internals = {
2978529785
bundleType: 1,
29786-
version: "19.2.0-www-modern-0a7cf20b-20250401",
29786+
version: "19.2.0-www-modern-8b2046d0-20250401",
2978729787
rendererPackageName: "react-dom",
2978829788
currentDispatcherRef: ReactSharedInternals,
29789-
reconcilerVersion: "19.2.0-www-modern-0a7cf20b-20250401"
29789+
reconcilerVersion: "19.2.0-www-modern-8b2046d0-20250401"
2979029790
};
2979129791
internals.overrideHookState = overrideHookState;
2979229792
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30384,7 +30384,7 @@ __DEV__ &&
3038430384
exports.useFormStatus = function () {
3038530385
return resolveDispatcher().useHostTransitionStatus();
3038630386
};
30387-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
30387+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
3038830388
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3038930389
"function" ===
3039030390
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -18833,14 +18833,14 @@ function getCrossOriginStringAs(as, input) {
1883318833
}
1883418834
var isomorphicReactPackageVersion$jscomp$inline_1975 = React.version;
1883518835
if (
18836-
"19.2.0-www-classic-0a7cf20b-20250401" !==
18836+
"19.2.0-www-classic-8b2046d0-20250401" !==
1883718837
isomorphicReactPackageVersion$jscomp$inline_1975
1883818838
)
1883918839
throw Error(
1884018840
formatProdErrorMessage(
1884118841
527,
1884218842
isomorphicReactPackageVersion$jscomp$inline_1975,
18843-
"19.2.0-www-classic-0a7cf20b-20250401"
18843+
"19.2.0-www-classic-8b2046d0-20250401"
1884418844
)
1884518845
);
1884618846
Internals.findDOMNode = function (componentOrElement) {
@@ -18858,10 +18858,10 @@ Internals.Events = [
1885818858
];
1885918859
var internals$jscomp$inline_2559 = {
1886018860
bundleType: 0,
18861-
version: "19.2.0-www-classic-0a7cf20b-20250401",
18861+
version: "19.2.0-www-classic-8b2046d0-20250401",
1886218862
rendererPackageName: "react-dom",
1886318863
currentDispatcherRef: ReactSharedInternals,
18864-
reconcilerVersion: "19.2.0-www-classic-0a7cf20b-20250401"
18864+
reconcilerVersion: "19.2.0-www-classic-8b2046d0-20250401"
1886518865
};
1886618866
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1886718867
var hook$jscomp$inline_2560 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19225,4 +19225,4 @@ exports.useFormState = function (action, initialState, permalink) {
1922519225
exports.useFormStatus = function () {
1922619226
return ReactSharedInternals.H.useHostTransitionStatus();
1922719227
};
19228-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
19228+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -18562,14 +18562,14 @@ function getCrossOriginStringAs(as, input) {
1856218562
}
1856318563
var isomorphicReactPackageVersion$jscomp$inline_1965 = React.version;
1856418564
if (
18565-
"19.2.0-www-modern-0a7cf20b-20250401" !==
18565+
"19.2.0-www-modern-8b2046d0-20250401" !==
1856618566
isomorphicReactPackageVersion$jscomp$inline_1965
1856718567
)
1856818568
throw Error(
1856918569
formatProdErrorMessage(
1857018570
527,
1857118571
isomorphicReactPackageVersion$jscomp$inline_1965,
18572-
"19.2.0-www-modern-0a7cf20b-20250401"
18572+
"19.2.0-www-modern-8b2046d0-20250401"
1857318573
)
1857418574
);
1857518575
Internals.findDOMNode = function (componentOrElement) {
@@ -18587,10 +18587,10 @@ Internals.Events = [
1858718587
];
1858818588
var internals$jscomp$inline_2541 = {
1858918589
bundleType: 0,
18590-
version: "19.2.0-www-modern-0a7cf20b-20250401",
18590+
version: "19.2.0-www-modern-8b2046d0-20250401",
1859118591
rendererPackageName: "react-dom",
1859218592
currentDispatcherRef: ReactSharedInternals,
18593-
reconcilerVersion: "19.2.0-www-modern-0a7cf20b-20250401"
18593+
reconcilerVersion: "19.2.0-www-modern-8b2046d0-20250401"
1859418594
};
1859518595
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1859618596
var hook$jscomp$inline_2542 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18954,4 +18954,4 @@ exports.useFormState = function (action, initialState, permalink) {
1895418954
exports.useFormStatus = function () {
1895518955
return ReactSharedInternals.H.useHostTransitionStatus();
1895618956
};
18957-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
18957+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -20566,14 +20566,14 @@ function getCrossOriginStringAs(as, input) {
2056620566
}
2056720567
var isomorphicReactPackageVersion$jscomp$inline_2135 = React.version;
2056820568
if (
20569-
"19.2.0-www-classic-0a7cf20b-20250401" !==
20569+
"19.2.0-www-classic-8b2046d0-20250401" !==
2057020570
isomorphicReactPackageVersion$jscomp$inline_2135
2057120571
)
2057220572
throw Error(
2057320573
formatProdErrorMessage(
2057420574
527,
2057520575
isomorphicReactPackageVersion$jscomp$inline_2135,
20576-
"19.2.0-www-classic-0a7cf20b-20250401"
20576+
"19.2.0-www-classic-8b2046d0-20250401"
2057720577
)
2057820578
);
2057920579
Internals.findDOMNode = function (componentOrElement) {
@@ -20591,10 +20591,10 @@ Internals.Events = [
2059120591
];
2059220592
var internals$jscomp$inline_2137 = {
2059320593
bundleType: 0,
20594-
version: "19.2.0-www-classic-0a7cf20b-20250401",
20594+
version: "19.2.0-www-classic-8b2046d0-20250401",
2059520595
rendererPackageName: "react-dom",
2059620596
currentDispatcherRef: ReactSharedInternals,
20597-
reconcilerVersion: "19.2.0-www-classic-0a7cf20b-20250401"
20597+
reconcilerVersion: "19.2.0-www-classic-8b2046d0-20250401"
2059820598
};
2059920599
enableSchedulingProfiler &&
2060020600
((internals$jscomp$inline_2137.getLaneLabelMap = getLaneLabelMap),
@@ -20961,7 +20961,7 @@ exports.useFormState = function (action, initialState, permalink) {
2096120961
exports.useFormStatus = function () {
2096220962
return ReactSharedInternals.H.useHostTransitionStatus();
2096320963
};
20964-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
20964+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
2096520965
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2096620966
"function" ===
2096720967
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -20364,14 +20364,14 @@ function getCrossOriginStringAs(as, input) {
2036420364
}
2036520365
var isomorphicReactPackageVersion$jscomp$inline_2125 = React.version;
2036620366
if (
20367-
"19.2.0-www-modern-0a7cf20b-20250401" !==
20367+
"19.2.0-www-modern-8b2046d0-20250401" !==
2036820368
isomorphicReactPackageVersion$jscomp$inline_2125
2036920369
)
2037020370
throw Error(
2037120371
formatProdErrorMessage(
2037220372
527,
2037320373
isomorphicReactPackageVersion$jscomp$inline_2125,
20374-
"19.2.0-www-modern-0a7cf20b-20250401"
20374+
"19.2.0-www-modern-8b2046d0-20250401"
2037520375
)
2037620376
);
2037720377
Internals.findDOMNode = function (componentOrElement) {
@@ -20389,10 +20389,10 @@ Internals.Events = [
2038920389
];
2039020390
var internals$jscomp$inline_2127 = {
2039120391
bundleType: 0,
20392-
version: "19.2.0-www-modern-0a7cf20b-20250401",
20392+
version: "19.2.0-www-modern-8b2046d0-20250401",
2039320393
rendererPackageName: "react-dom",
2039420394
currentDispatcherRef: ReactSharedInternals,
20395-
reconcilerVersion: "19.2.0-www-modern-0a7cf20b-20250401"
20395+
reconcilerVersion: "19.2.0-www-modern-8b2046d0-20250401"
2039620396
};
2039720397
enableSchedulingProfiler &&
2039820398
((internals$jscomp$inline_2127.getLaneLabelMap = getLaneLabelMap),
@@ -20759,7 +20759,7 @@ exports.useFormState = function (action, initialState, permalink) {
2075920759
exports.useFormStatus = function () {
2076020760
return ReactSharedInternals.H.useHostTransitionStatus();
2076120761
};
20762-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
20762+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
2076320763
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2076420764
"function" ===
2076520765
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9440,5 +9440,5 @@ __DEV__ &&
94409440
'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'
94419441
);
94429442
};
9443-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
9443+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
94449444
})();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9369,5 +9369,5 @@ __DEV__ &&
93699369
'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'
93709370
);
93719371
};
9372-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
9372+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
93739373
})();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6203,4 +6203,4 @@ exports.renderToString = function (children, options) {
62036203
'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'
62046204
);
62056205
};
6206-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
6206+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6115,4 +6115,4 @@ exports.renderToString = function (children, options) {
61156115
'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'
61166116
);
61176117
};
6118-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
6118+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";

0 commit comments

Comments
 (0)