Skip to content

Commit 96ca300

Browse files
committed
Allow <script> and <template> tags in <select> tag (#31837)
DiffTrain build for [95465dc](95465dc)
1 parent ae1889e commit 96ca300

34 files changed

+94
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e1d843f4d8776bbf5d4fbd12a39bcfd2c565f900
1+
95465dc4913377ab7e2fa98d956c87adb5e38e6c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e1d843f4d8776bbf5d4fbd12a39bcfd2c565f900
1+
95465dc4913377ab7e2fa98d956c87adb5e38e6c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ __DEV__ &&
19421942
exports.useTransition = function () {
19431943
return resolveDispatcher().useTransition();
19441944
};
1945-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
1945+
exports.version = "19.1.0-www-classic-95465dc4-20241218";
19461946
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19471947
"function" ===
19481948
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
@@ -1942,7 +1942,7 @@ __DEV__ &&
19421942
exports.useTransition = function () {
19431943
return resolveDispatcher().useTransition();
19441944
};
1945-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
1945+
exports.version = "19.1.0-www-modern-95465dc4-20241218";
19461946
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19471947
"function" ===
19481948
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
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
633+
exports.version = "19.1.0-www-classic-95465dc4-20241218";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
633+
exports.version = "19.1.0-www-modern-95465dc4-20241218";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
637+
exports.version = "19.1.0-www-classic-95465dc4-20241218";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
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
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
637+
exports.version = "19.1.0-www-modern-95465dc4-20241218";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
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
@@ -16870,10 +16870,10 @@ __DEV__ &&
1687016870
(function () {
1687116871
var internals = {
1687216872
bundleType: 1,
16873-
version: "19.1.0-www-classic-e1d843f4-20241218",
16873+
version: "19.1.0-www-classic-95465dc4-20241218",
1687416874
rendererPackageName: "react-art",
1687516875
currentDispatcherRef: ReactSharedInternals,
16876-
reconcilerVersion: "19.1.0-www-classic-e1d843f4-20241218"
16876+
reconcilerVersion: "19.1.0-www-classic-95465dc4-20241218"
1687716877
};
1687816878
internals.overrideHookState = overrideHookState;
1687916879
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16907,7 +16907,7 @@ __DEV__ &&
1690716907
exports.Shape = Shape;
1690816908
exports.Surface = Surface;
1690916909
exports.Text = Text;
16910-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
16910+
exports.version = "19.1.0-www-classic-95465dc4-20241218";
1691116911
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1691216912
"function" ===
1691316913
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
@@ -16633,10 +16633,10 @@ __DEV__ &&
1663316633
(function () {
1663416634
var internals = {
1663516635
bundleType: 1,
16636-
version: "19.1.0-www-modern-e1d843f4-20241218",
16636+
version: "19.1.0-www-modern-95465dc4-20241218",
1663716637
rendererPackageName: "react-art",
1663816638
currentDispatcherRef: ReactSharedInternals,
16639-
reconcilerVersion: "19.1.0-www-modern-e1d843f4-20241218"
16639+
reconcilerVersion: "19.1.0-www-modern-95465dc4-20241218"
1664016640
};
1664116641
internals.overrideHookState = overrideHookState;
1664216642
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16670,7 +16670,7 @@ __DEV__ &&
1667016670
exports.Shape = Shape;
1667116671
exports.Surface = Surface;
1667216672
exports.Text = Text;
16673-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
16673+
exports.version = "19.1.0-www-modern-95465dc4-20241218";
1667416674
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1667516675
"function" ===
1667616676
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
@@ -10757,10 +10757,10 @@ var slice = Array.prototype.slice,
1075710757
})(React.Component);
1075810758
var internals$jscomp$inline_1495 = {
1075910759
bundleType: 0,
10760-
version: "19.1.0-www-classic-e1d843f4-20241218",
10760+
version: "19.1.0-www-classic-95465dc4-20241218",
1076110761
rendererPackageName: "react-art",
1076210762
currentDispatcherRef: ReactSharedInternals,
10763-
reconcilerVersion: "19.1.0-www-classic-e1d843f4-20241218"
10763+
reconcilerVersion: "19.1.0-www-classic-95465dc4-20241218"
1076410764
};
1076510765
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1076610766
var hook$jscomp$inline_1496 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10786,4 +10786,4 @@ exports.RadialGradient = RadialGradient;
1078610786
exports.Shape = TYPES.SHAPE;
1078710787
exports.Surface = Surface;
1078810788
exports.Text = Text;
10789-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
10789+
exports.version = "19.1.0-www-classic-95465dc4-20241218";

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10473,10 +10473,10 @@ var slice = Array.prototype.slice,
1047310473
})(React.Component);
1047410474
var internals$jscomp$inline_1474 = {
1047510475
bundleType: 0,
10476-
version: "19.1.0-www-modern-e1d843f4-20241218",
10476+
version: "19.1.0-www-modern-95465dc4-20241218",
1047710477
rendererPackageName: "react-art",
1047810478
currentDispatcherRef: ReactSharedInternals,
10479-
reconcilerVersion: "19.1.0-www-modern-e1d843f4-20241218"
10479+
reconcilerVersion: "19.1.0-www-modern-95465dc4-20241218"
1048010480
};
1048110481
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1048210482
var hook$jscomp$inline_1475 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10502,4 +10502,4 @@ exports.RadialGradient = RadialGradient;
1050210502
exports.Shape = TYPES.SHAPE;
1050310503
exports.Surface = Surface;
1050410504
exports.Text = Text;
10505-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
10505+
exports.version = "19.1.0-www-modern-95465dc4-20241218";

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,6 +2502,8 @@ __DEV__ &&
25022502
"hr" === tag ||
25032503
"option" === tag ||
25042504
"optgroup" === tag ||
2505+
"script" === tag ||
2506+
"template" === tag ||
25052507
"#text" === tag
25062508
);
25072509
case "optgroup":
@@ -27345,11 +27347,11 @@ __DEV__ &&
2734527347
return_targetInst = null;
2734627348
(function () {
2734727349
var isomorphicReactPackageVersion = React.version;
27348-
if ("19.1.0-www-classic-e1d843f4-20241218" !== isomorphicReactPackageVersion)
27350+
if ("19.1.0-www-classic-95465dc4-20241218" !== isomorphicReactPackageVersion)
2734927351
throw Error(
2735027352
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2735127353
(isomorphicReactPackageVersion +
27352-
"\n - react-dom: 19.1.0-www-classic-e1d843f4-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
27354+
"\n - react-dom: 19.1.0-www-classic-95465dc4-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
2735327355
);
2735427356
})();
2735527357
("function" === typeof Map &&
@@ -27392,10 +27394,10 @@ __DEV__ &&
2739227394
!(function () {
2739327395
var internals = {
2739427396
bundleType: 1,
27395-
version: "19.1.0-www-classic-e1d843f4-20241218",
27397+
version: "19.1.0-www-classic-95465dc4-20241218",
2739627398
rendererPackageName: "react-dom",
2739727399
currentDispatcherRef: ReactSharedInternals,
27398-
reconcilerVersion: "19.1.0-www-classic-e1d843f4-20241218"
27400+
reconcilerVersion: "19.1.0-www-classic-95465dc4-20241218"
2739927401
};
2740027402
internals.overrideHookState = overrideHookState;
2740127403
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27993,7 +27995,7 @@ __DEV__ &&
2799327995
exports.useFormStatus = function () {
2799427996
return resolveDispatcher().useHostTransitionStatus();
2799527997
};
27996-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
27998+
exports.version = "19.1.0-www-classic-95465dc4-20241218";
2799727999
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2799828000
"function" ===
2799928001
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,6 +2488,8 @@ __DEV__ &&
24882488
"hr" === tag ||
24892489
"option" === tag ||
24902490
"optgroup" === tag ||
2491+
"script" === tag ||
2492+
"template" === tag ||
24912493
"#text" === tag
24922494
);
24932495
case "optgroup":
@@ -27124,11 +27126,11 @@ __DEV__ &&
2712427126
return_targetInst = null;
2712527127
(function () {
2712627128
var isomorphicReactPackageVersion = React.version;
27127-
if ("19.1.0-www-modern-e1d843f4-20241218" !== isomorphicReactPackageVersion)
27129+
if ("19.1.0-www-modern-95465dc4-20241218" !== isomorphicReactPackageVersion)
2712827130
throw Error(
2712927131
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2713027132
(isomorphicReactPackageVersion +
27131-
"\n - react-dom: 19.1.0-www-modern-e1d843f4-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
27133+
"\n - react-dom: 19.1.0-www-modern-95465dc4-20241218\nLearn more: https://react.dev/warnings/version-mismatch")
2713227134
);
2713327135
})();
2713427136
("function" === typeof Map &&
@@ -27171,10 +27173,10 @@ __DEV__ &&
2717127173
!(function () {
2717227174
var internals = {
2717327175
bundleType: 1,
27174-
version: "19.1.0-www-modern-e1d843f4-20241218",
27176+
version: "19.1.0-www-modern-95465dc4-20241218",
2717527177
rendererPackageName: "react-dom",
2717627178
currentDispatcherRef: ReactSharedInternals,
27177-
reconcilerVersion: "19.1.0-www-modern-e1d843f4-20241218"
27179+
reconcilerVersion: "19.1.0-www-modern-95465dc4-20241218"
2717827180
};
2717927181
internals.overrideHookState = overrideHookState;
2718027182
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27772,7 +27774,7 @@ __DEV__ &&
2777227774
exports.useFormStatus = function () {
2777327775
return resolveDispatcher().useHostTransitionStatus();
2777427776
};
27775-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
27777+
exports.version = "19.1.0-www-modern-95465dc4-20241218";
2777627778
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2777727779
"function" ===
2777827780
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17221,14 +17221,14 @@ function getCrossOriginStringAs(as, input) {
1722117221
}
1722217222
var isomorphicReactPackageVersion$jscomp$inline_1767 = React.version;
1722317223
if (
17224-
"19.1.0-www-classic-e1d843f4-20241218" !==
17224+
"19.1.0-www-classic-95465dc4-20241218" !==
1722517225
isomorphicReactPackageVersion$jscomp$inline_1767
1722617226
)
1722717227
throw Error(
1722817228
formatProdErrorMessage(
1722917229
527,
1723017230
isomorphicReactPackageVersion$jscomp$inline_1767,
17231-
"19.1.0-www-classic-e1d843f4-20241218"
17231+
"19.1.0-www-classic-95465dc4-20241218"
1723217232
)
1723317233
);
1723417234
Internals.findDOMNode = function (componentOrElement) {
@@ -17246,10 +17246,10 @@ Internals.Events = [
1724617246
];
1724717247
var internals$jscomp$inline_2301 = {
1724817248
bundleType: 0,
17249-
version: "19.1.0-www-classic-e1d843f4-20241218",
17249+
version: "19.1.0-www-classic-95465dc4-20241218",
1725017250
rendererPackageName: "react-dom",
1725117251
currentDispatcherRef: ReactSharedInternals,
17252-
reconcilerVersion: "19.1.0-www-classic-e1d843f4-20241218"
17252+
reconcilerVersion: "19.1.0-www-classic-95465dc4-20241218"
1725317253
};
1725417254
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1725517255
var hook$jscomp$inline_2302 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17614,4 +17614,4 @@ exports.useFormState = function (action, initialState, permalink) {
1761417614
exports.useFormStatus = function () {
1761517615
return ReactSharedInternals.H.useHostTransitionStatus();
1761617616
};
17617-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
17617+
exports.version = "19.1.0-www-classic-95465dc4-20241218";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16952,14 +16952,14 @@ function getCrossOriginStringAs(as, input) {
1695216952
}
1695316953
var isomorphicReactPackageVersion$jscomp$inline_1757 = React.version;
1695416954
if (
16955-
"19.1.0-www-modern-e1d843f4-20241218" !==
16955+
"19.1.0-www-modern-95465dc4-20241218" !==
1695616956
isomorphicReactPackageVersion$jscomp$inline_1757
1695716957
)
1695816958
throw Error(
1695916959
formatProdErrorMessage(
1696016960
527,
1696116961
isomorphicReactPackageVersion$jscomp$inline_1757,
16962-
"19.1.0-www-modern-e1d843f4-20241218"
16962+
"19.1.0-www-modern-95465dc4-20241218"
1696316963
)
1696416964
);
1696516965
Internals.findDOMNode = function (componentOrElement) {
@@ -16977,10 +16977,10 @@ Internals.Events = [
1697716977
];
1697816978
var internals$jscomp$inline_2283 = {
1697916979
bundleType: 0,
16980-
version: "19.1.0-www-modern-e1d843f4-20241218",
16980+
version: "19.1.0-www-modern-95465dc4-20241218",
1698116981
rendererPackageName: "react-dom",
1698216982
currentDispatcherRef: ReactSharedInternals,
16983-
reconcilerVersion: "19.1.0-www-modern-e1d843f4-20241218"
16983+
reconcilerVersion: "19.1.0-www-modern-95465dc4-20241218"
1698416984
};
1698516985
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1698616986
var hook$jscomp$inline_2284 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17345,4 +17345,4 @@ exports.useFormState = function (action, initialState, permalink) {
1734517345
exports.useFormStatus = function () {
1734617346
return ReactSharedInternals.H.useHostTransitionStatus();
1734717347
};
17348-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
17348+
exports.version = "19.1.0-www-modern-95465dc4-20241218";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17910,14 +17910,14 @@ function getCrossOriginStringAs(as, input) {
1791017910
}
1791117911
var isomorphicReactPackageVersion$jscomp$inline_1860 = React.version;
1791217912
if (
17913-
"19.1.0-www-classic-e1d843f4-20241218" !==
17913+
"19.1.0-www-classic-95465dc4-20241218" !==
1791417914
isomorphicReactPackageVersion$jscomp$inline_1860
1791517915
)
1791617916
throw Error(
1791717917
formatProdErrorMessage(
1791817918
527,
1791917919
isomorphicReactPackageVersion$jscomp$inline_1860,
17920-
"19.1.0-www-classic-e1d843f4-20241218"
17920+
"19.1.0-www-classic-95465dc4-20241218"
1792117921
)
1792217922
);
1792317923
Internals.findDOMNode = function (componentOrElement) {
@@ -17935,10 +17935,10 @@ Internals.Events = [
1793517935
];
1793617936
var internals$jscomp$inline_1862 = {
1793717937
bundleType: 0,
17938-
version: "19.1.0-www-classic-e1d843f4-20241218",
17938+
version: "19.1.0-www-classic-95465dc4-20241218",
1793917939
rendererPackageName: "react-dom",
1794017940
currentDispatcherRef: ReactSharedInternals,
17941-
reconcilerVersion: "19.1.0-www-classic-e1d843f4-20241218"
17941+
reconcilerVersion: "19.1.0-www-classic-95465dc4-20241218"
1794217942
};
1794317943
enableSchedulingProfiler &&
1794417944
((internals$jscomp$inline_1862.getLaneLabelMap = getLaneLabelMap),
@@ -18306,7 +18306,7 @@ exports.useFormState = function (action, initialState, permalink) {
1830618306
exports.useFormStatus = function () {
1830718307
return ReactSharedInternals.H.useHostTransitionStatus();
1830818308
};
18309-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
18309+
exports.version = "19.1.0-www-classic-95465dc4-20241218";
1831018310
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1831118311
"function" ===
1831218312
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17640,14 +17640,14 @@ function getCrossOriginStringAs(as, input) {
1764017640
}
1764117641
var isomorphicReactPackageVersion$jscomp$inline_1850 = React.version;
1764217642
if (
17643-
"19.1.0-www-modern-e1d843f4-20241218" !==
17643+
"19.1.0-www-modern-95465dc4-20241218" !==
1764417644
isomorphicReactPackageVersion$jscomp$inline_1850
1764517645
)
1764617646
throw Error(
1764717647
formatProdErrorMessage(
1764817648
527,
1764917649
isomorphicReactPackageVersion$jscomp$inline_1850,
17650-
"19.1.0-www-modern-e1d843f4-20241218"
17650+
"19.1.0-www-modern-95465dc4-20241218"
1765117651
)
1765217652
);
1765317653
Internals.findDOMNode = function (componentOrElement) {
@@ -17665,10 +17665,10 @@ Internals.Events = [
1766517665
];
1766617666
var internals$jscomp$inline_1852 = {
1766717667
bundleType: 0,
17668-
version: "19.1.0-www-modern-e1d843f4-20241218",
17668+
version: "19.1.0-www-modern-95465dc4-20241218",
1766917669
rendererPackageName: "react-dom",
1767017670
currentDispatcherRef: ReactSharedInternals,
17671-
reconcilerVersion: "19.1.0-www-modern-e1d843f4-20241218"
17671+
reconcilerVersion: "19.1.0-www-modern-95465dc4-20241218"
1767217672
};
1767317673
enableSchedulingProfiler &&
1767417674
((internals$jscomp$inline_1852.getLaneLabelMap = getLaneLabelMap),
@@ -18036,7 +18036,7 @@ exports.useFormState = function (action, initialState, permalink) {
1803618036
exports.useFormStatus = function () {
1803718037
return ReactSharedInternals.H.useHostTransitionStatus();
1803818038
};
18039-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
18039+
exports.version = "19.1.0-www-modern-95465dc4-20241218";
1804018040
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1804118041
"function" ===
1804218042
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9150,5 +9150,5 @@ __DEV__ &&
91509150
'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'
91519151
);
91529152
};
9153-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
9153+
exports.version = "19.1.0-www-classic-95465dc4-20241218";
91549154
})();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8976,5 +8976,5 @@ __DEV__ &&
89768976
'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'
89778977
);
89788978
};
8979-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
8979+
exports.version = "19.1.0-www-modern-95465dc4-20241218";
89808980
})();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5898,4 +5898,4 @@ exports.renderToString = function (children, options) {
58985898
'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'
58995899
);
59005900
};
5901-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
5901+
exports.version = "19.1.0-www-classic-95465dc4-20241218";

0 commit comments

Comments
 (0)