Skip to content

Commit ade1b63

Browse files
committed
Permit non-DEV Elements in React.Children w/ DEV (#32117)
DiffTrain build for [9ff42a8](9ff42a8)
1 parent a957226 commit ade1b63

34 files changed

+90
-88
lines changed

Diff for: compiled/facebook-www/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b3728f05efbab9624e981339d8a0992a58f9a41
1+
9ff42a8798863c995523e284142b47e3cdfaee80

Diff for: compiled/facebook-www/REVISION_TRANSFORMS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b3728f05efbab9624e981339d8a0992a58f9a41
1+
9ff42a8798863c995523e284142b47e3cdfaee80

Diff for: compiled/facebook-www/React-dev.classic.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,8 @@ __DEV__ &&
692692
enableOwnerStacks ? oldElement._debugStack : void 0,
693693
enableOwnerStacks ? oldElement._debugTask : void 0
694694
);
695-
newKey._store.validated = oldElement._store.validated;
695+
oldElement._store &&
696+
(newKey._store.validated = oldElement._store.validated);
696697
return newKey;
697698
}
698699
function validateChildKeys(node, parentType) {
@@ -1957,7 +1958,7 @@ __DEV__ &&
19571958
exports.useTransition = function () {
19581959
return resolveDispatcher().useTransition();
19591960
};
1960-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
1961+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";
19611962
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19621963
"function" ===
19631964
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/React-dev.modern.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,8 @@ __DEV__ &&
692692
enableOwnerStacks ? oldElement._debugStack : void 0,
693693
enableOwnerStacks ? oldElement._debugTask : void 0
694694
);
695-
newKey._store.validated = oldElement._store.validated;
695+
oldElement._store &&
696+
(newKey._store.validated = oldElement._store.validated);
696697
return newKey;
697698
}
698699
function validateChildKeys(node, parentType) {
@@ -1957,7 +1958,7 @@ __DEV__ &&
19571958
exports.useTransition = function () {
19581959
return resolveDispatcher().useTransition();
19591960
};
1960-
exports.version = "19.1.0-www-modern-4b3728f0-20250130";
1961+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";
19611962
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19621963
"function" ===
19631964
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/React-prod.classic.js

+1-1
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-4b3728f0-20250130";
633+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";

Diff for: compiled/facebook-www/React-prod.modern.js

+1-1
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-4b3728f0-20250130";
633+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";

Diff for: compiled/facebook-www/React-profiling.classic.js

+1-1
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-4b3728f0-20250130";
637+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/React-profiling.modern.js

+1-1
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-4b3728f0-20250130";
637+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/ReactART-dev.classic.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -16935,10 +16935,10 @@ __DEV__ &&
1693516935
(function () {
1693616936
var internals = {
1693716937
bundleType: 1,
16938-
version: "19.1.0-www-classic-4b3728f0-20250130",
16938+
version: "19.1.0-www-classic-9ff42a87-20250130",
1693916939
rendererPackageName: "react-art",
1694016940
currentDispatcherRef: ReactSharedInternals,
16941-
reconcilerVersion: "19.1.0-www-classic-4b3728f0-20250130"
16941+
reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130"
1694216942
};
1694316943
internals.overrideHookState = overrideHookState;
1694416944
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16972,7 +16972,7 @@ __DEV__ &&
1697216972
exports.Shape = Shape;
1697316973
exports.Surface = Surface;
1697416974
exports.Text = Text;
16975-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
16975+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";
1697616976
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1697716977
"function" ===
1697816978
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/ReactART-dev.modern.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -16707,10 +16707,10 @@ __DEV__ &&
1670716707
(function () {
1670816708
var internals = {
1670916709
bundleType: 1,
16710-
version: "19.1.0-www-modern-4b3728f0-20250130",
16710+
version: "19.1.0-www-modern-9ff42a87-20250130",
1671116711
rendererPackageName: "react-art",
1671216712
currentDispatcherRef: ReactSharedInternals,
16713-
reconcilerVersion: "19.1.0-www-modern-4b3728f0-20250130"
16713+
reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130"
1671416714
};
1671516715
internals.overrideHookState = overrideHookState;
1671616716
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16744,7 +16744,7 @@ __DEV__ &&
1674416744
exports.Shape = Shape;
1674516745
exports.Surface = Surface;
1674616746
exports.Text = Text;
16747-
exports.version = "19.1.0-www-modern-4b3728f0-20250130";
16747+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";
1674816748
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1674916749
"function" ===
1675016750
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/ReactART-prod.classic.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10816,10 +10816,10 @@ var slice = Array.prototype.slice,
1081610816
})(React.Component);
1081710817
var internals$jscomp$inline_1512 = {
1081810818
bundleType: 0,
10819-
version: "19.1.0-www-classic-4b3728f0-20250130",
10819+
version: "19.1.0-www-classic-9ff42a87-20250130",
1082010820
rendererPackageName: "react-art",
1082110821
currentDispatcherRef: ReactSharedInternals,
10822-
reconcilerVersion: "19.1.0-www-classic-4b3728f0-20250130"
10822+
reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130"
1082310823
};
1082410824
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1082510825
var hook$jscomp$inline_1513 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10845,4 +10845,4 @@ exports.RadialGradient = RadialGradient;
1084510845
exports.Shape = TYPES.SHAPE;
1084610846
exports.Surface = Surface;
1084710847
exports.Text = Text;
10848-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
10848+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";

Diff for: compiled/facebook-www/ReactART-prod.modern.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10536,10 +10536,10 @@ var slice = Array.prototype.slice,
1053610536
})(React.Component);
1053710537
var internals$jscomp$inline_1485 = {
1053810538
bundleType: 0,
10539-
version: "19.1.0-www-modern-4b3728f0-20250130",
10539+
version: "19.1.0-www-modern-9ff42a87-20250130",
1054010540
rendererPackageName: "react-art",
1054110541
currentDispatcherRef: ReactSharedInternals,
10542-
reconcilerVersion: "19.1.0-www-modern-4b3728f0-20250130"
10542+
reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130"
1054310543
};
1054410544
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1054510545
var hook$jscomp$inline_1486 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10565,4 +10565,4 @@ exports.RadialGradient = RadialGradient;
1056510565
exports.Shape = TYPES.SHAPE;
1056610566
exports.Surface = Surface;
1056710567
exports.Text = Text;
10568-
exports.version = "19.1.0-www-modern-4b3728f0-20250130";
10568+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";

Diff for: compiled/facebook-www/ReactDOM-dev.classic.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -27478,11 +27478,11 @@ __DEV__ &&
2747827478
return_targetInst = null;
2747927479
(function () {
2748027480
var isomorphicReactPackageVersion = React.version;
27481-
if ("19.1.0-www-classic-4b3728f0-20250130" !== isomorphicReactPackageVersion)
27481+
if ("19.1.0-www-classic-9ff42a87-20250130" !== isomorphicReactPackageVersion)
2748227482
throw Error(
2748327483
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2748427484
(isomorphicReactPackageVersion +
27485-
"\n - react-dom: 19.1.0-www-classic-4b3728f0-20250130\nLearn more: https://react.dev/warnings/version-mismatch")
27485+
"\n - react-dom: 19.1.0-www-classic-9ff42a87-20250130\nLearn more: https://react.dev/warnings/version-mismatch")
2748627486
);
2748727487
})();
2748827488
("function" === typeof Map &&
@@ -27525,10 +27525,10 @@ __DEV__ &&
2752527525
!(function () {
2752627526
var internals = {
2752727527
bundleType: 1,
27528-
version: "19.1.0-www-classic-4b3728f0-20250130",
27528+
version: "19.1.0-www-classic-9ff42a87-20250130",
2752927529
rendererPackageName: "react-dom",
2753027530
currentDispatcherRef: ReactSharedInternals,
27531-
reconcilerVersion: "19.1.0-www-classic-4b3728f0-20250130"
27531+
reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130"
2753227532
};
2753327533
internals.overrideHookState = overrideHookState;
2753427534
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -28126,7 +28126,7 @@ __DEV__ &&
2812628126
exports.useFormStatus = function () {
2812728127
return resolveDispatcher().useHostTransitionStatus();
2812828128
};
28129-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
28129+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";
2813028130
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2813128131
"function" ===
2813228132
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/ReactDOM-dev.modern.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -27264,11 +27264,11 @@ __DEV__ &&
2726427264
return_targetInst = null;
2726527265
(function () {
2726627266
var isomorphicReactPackageVersion = React.version;
27267-
if ("19.1.0-www-modern-4b3728f0-20250130" !== isomorphicReactPackageVersion)
27267+
if ("19.1.0-www-modern-9ff42a87-20250130" !== isomorphicReactPackageVersion)
2726827268
throw Error(
2726927269
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2727027270
(isomorphicReactPackageVersion +
27271-
"\n - react-dom: 19.1.0-www-modern-4b3728f0-20250130\nLearn more: https://react.dev/warnings/version-mismatch")
27271+
"\n - react-dom: 19.1.0-www-modern-9ff42a87-20250130\nLearn more: https://react.dev/warnings/version-mismatch")
2727227272
);
2727327273
})();
2727427274
("function" === typeof Map &&
@@ -27311,10 +27311,10 @@ __DEV__ &&
2731127311
!(function () {
2731227312
var internals = {
2731327313
bundleType: 1,
27314-
version: "19.1.0-www-modern-4b3728f0-20250130",
27314+
version: "19.1.0-www-modern-9ff42a87-20250130",
2731527315
rendererPackageName: "react-dom",
2731627316
currentDispatcherRef: ReactSharedInternals,
27317-
reconcilerVersion: "19.1.0-www-modern-4b3728f0-20250130"
27317+
reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130"
2731827318
};
2731927319
internals.overrideHookState = overrideHookState;
2732027320
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27912,7 +27912,7 @@ __DEV__ &&
2791227912
exports.useFormStatus = function () {
2791327913
return resolveDispatcher().useHostTransitionStatus();
2791427914
};
27915-
exports.version = "19.1.0-www-modern-4b3728f0-20250130";
27915+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";
2791627916
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2791727917
"function" ===
2791827918
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/ReactDOM-prod.classic.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -17346,14 +17346,14 @@ function getCrossOriginStringAs(as, input) {
1734617346
}
1734717347
var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version;
1734817348
if (
17349-
"19.1.0-www-classic-4b3728f0-20250130" !==
17349+
"19.1.0-www-classic-9ff42a87-20250130" !==
1735017350
isomorphicReactPackageVersion$jscomp$inline_1799
1735117351
)
1735217352
throw Error(
1735317353
formatProdErrorMessage(
1735417354
527,
1735517355
isomorphicReactPackageVersion$jscomp$inline_1799,
17356-
"19.1.0-www-classic-4b3728f0-20250130"
17356+
"19.1.0-www-classic-9ff42a87-20250130"
1735717357
)
1735817358
);
1735917359
Internals.findDOMNode = function (componentOrElement) {
@@ -17371,10 +17371,10 @@ Internals.Events = [
1737117371
];
1737217372
var internals$jscomp$inline_2330 = {
1737317373
bundleType: 0,
17374-
version: "19.1.0-www-classic-4b3728f0-20250130",
17374+
version: "19.1.0-www-classic-9ff42a87-20250130",
1737517375
rendererPackageName: "react-dom",
1737617376
currentDispatcherRef: ReactSharedInternals,
17377-
reconcilerVersion: "19.1.0-www-classic-4b3728f0-20250130"
17377+
reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130"
1737817378
};
1737917379
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1738017380
var hook$jscomp$inline_2331 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17738,4 +17738,4 @@ exports.useFormState = function (action, initialState, permalink) {
1773817738
exports.useFormStatus = function () {
1773917739
return ReactSharedInternals.H.useHostTransitionStatus();
1774017740
};
17741-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
17741+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";

Diff for: compiled/facebook-www/ReactDOM-prod.modern.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -17082,14 +17082,14 @@ function getCrossOriginStringAs(as, input) {
1708217082
}
1708317083
var isomorphicReactPackageVersion$jscomp$inline_1789 = React.version;
1708417084
if (
17085-
"19.1.0-www-modern-4b3728f0-20250130" !==
17085+
"19.1.0-www-modern-9ff42a87-20250130" !==
1708617086
isomorphicReactPackageVersion$jscomp$inline_1789
1708717087
)
1708817088
throw Error(
1708917089
formatProdErrorMessage(
1709017090
527,
1709117091
isomorphicReactPackageVersion$jscomp$inline_1789,
17092-
"19.1.0-www-modern-4b3728f0-20250130"
17092+
"19.1.0-www-modern-9ff42a87-20250130"
1709317093
)
1709417094
);
1709517095
Internals.findDOMNode = function (componentOrElement) {
@@ -17107,10 +17107,10 @@ Internals.Events = [
1710717107
];
1710817108
var internals$jscomp$inline_2312 = {
1710917109
bundleType: 0,
17110-
version: "19.1.0-www-modern-4b3728f0-20250130",
17110+
version: "19.1.0-www-modern-9ff42a87-20250130",
1711117111
rendererPackageName: "react-dom",
1711217112
currentDispatcherRef: ReactSharedInternals,
17113-
reconcilerVersion: "19.1.0-www-modern-4b3728f0-20250130"
17113+
reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130"
1711417114
};
1711517115
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1711617116
var hook$jscomp$inline_2313 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17474,4 +17474,4 @@ exports.useFormState = function (action, initialState, permalink) {
1747417474
exports.useFormStatus = function () {
1747517475
return ReactSharedInternals.H.useHostTransitionStatus();
1747617476
};
17477-
exports.version = "19.1.0-www-modern-4b3728f0-20250130";
17477+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";

Diff for: compiled/facebook-www/ReactDOM-profiling.classic.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -18033,14 +18033,14 @@ function getCrossOriginStringAs(as, input) {
1803318033
}
1803418034
var isomorphicReactPackageVersion$jscomp$inline_1896 = React.version;
1803518035
if (
18036-
"19.1.0-www-classic-4b3728f0-20250130" !==
18036+
"19.1.0-www-classic-9ff42a87-20250130" !==
1803718037
isomorphicReactPackageVersion$jscomp$inline_1896
1803818038
)
1803918039
throw Error(
1804018040
formatProdErrorMessage(
1804118041
527,
1804218042
isomorphicReactPackageVersion$jscomp$inline_1896,
18043-
"19.1.0-www-classic-4b3728f0-20250130"
18043+
"19.1.0-www-classic-9ff42a87-20250130"
1804418044
)
1804518045
);
1804618046
Internals.findDOMNode = function (componentOrElement) {
@@ -18058,10 +18058,10 @@ Internals.Events = [
1805818058
];
1805918059
var internals$jscomp$inline_1898 = {
1806018060
bundleType: 0,
18061-
version: "19.1.0-www-classic-4b3728f0-20250130",
18061+
version: "19.1.0-www-classic-9ff42a87-20250130",
1806218062
rendererPackageName: "react-dom",
1806318063
currentDispatcherRef: ReactSharedInternals,
18064-
reconcilerVersion: "19.1.0-www-classic-4b3728f0-20250130"
18064+
reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130"
1806518065
};
1806618066
enableSchedulingProfiler &&
1806718067
((internals$jscomp$inline_1898.getLaneLabelMap = getLaneLabelMap),
@@ -18428,7 +18428,7 @@ exports.useFormState = function (action, initialState, permalink) {
1842818428
exports.useFormStatus = function () {
1842918429
return ReactSharedInternals.H.useHostTransitionStatus();
1843018430
};
18431-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
18431+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";
1843218432
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1843318433
"function" ===
1843418434
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/ReactDOM-profiling.modern.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -17768,14 +17768,14 @@ function getCrossOriginStringAs(as, input) {
1776817768
}
1776917769
var isomorphicReactPackageVersion$jscomp$inline_1886 = React.version;
1777017770
if (
17771-
"19.1.0-www-modern-4b3728f0-20250130" !==
17771+
"19.1.0-www-modern-9ff42a87-20250130" !==
1777217772
isomorphicReactPackageVersion$jscomp$inline_1886
1777317773
)
1777417774
throw Error(
1777517775
formatProdErrorMessage(
1777617776
527,
1777717777
isomorphicReactPackageVersion$jscomp$inline_1886,
17778-
"19.1.0-www-modern-4b3728f0-20250130"
17778+
"19.1.0-www-modern-9ff42a87-20250130"
1777917779
)
1778017780
);
1778117781
Internals.findDOMNode = function (componentOrElement) {
@@ -17793,10 +17793,10 @@ Internals.Events = [
1779317793
];
1779417794
var internals$jscomp$inline_1888 = {
1779517795
bundleType: 0,
17796-
version: "19.1.0-www-modern-4b3728f0-20250130",
17796+
version: "19.1.0-www-modern-9ff42a87-20250130",
1779717797
rendererPackageName: "react-dom",
1779817798
currentDispatcherRef: ReactSharedInternals,
17799-
reconcilerVersion: "19.1.0-www-modern-4b3728f0-20250130"
17799+
reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130"
1780017800
};
1780117801
enableSchedulingProfiler &&
1780217802
((internals$jscomp$inline_1888.getLaneLabelMap = getLaneLabelMap),
@@ -18163,7 +18163,7 @@ exports.useFormState = function (action, initialState, permalink) {
1816318163
exports.useFormStatus = function () {
1816418164
return ReactSharedInternals.H.useHostTransitionStatus();
1816518165
};
18166-
exports.version = "19.1.0-www-modern-4b3728f0-20250130";
18166+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";
1816718167
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1816818168
"function" ===
1816918169
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

Diff for: compiled/facebook-www/ReactDOMServer-dev.classic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9420,5 +9420,5 @@ __DEV__ &&
94209420
'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'
94219421
);
94229422
};
9423-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
9423+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";
94249424
})();

Diff for: compiled/facebook-www/ReactDOMServer-dev.modern.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9246,5 +9246,5 @@ __DEV__ &&
92469246
'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'
92479247
);
92489248
};
9249-
exports.version = "19.1.0-www-modern-4b3728f0-20250130";
9249+
exports.version = "19.1.0-www-modern-9ff42a87-20250130";
92509250
})();

Diff for: compiled/facebook-www/ReactDOMServer-prod.classic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6137,4 +6137,4 @@ exports.renderToString = function (children, options) {
61376137
'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'
61386138
);
61396139
};
6140-
exports.version = "19.1.0-www-classic-4b3728f0-20250130";
6140+
exports.version = "19.1.0-www-classic-9ff42a87-20250130";

0 commit comments

Comments
 (0)