Skip to content

Commit 26de3cd

Browse files
committed
Move SuspenseListProps into a shared/ReactTypes (facebook#33298)
So they can be shared by server. Incorporates the types from definitely typed too. DiffTrain build for [462d08f](facebook@462d08f)
1 parent 25e3bc8 commit 26de3cd

37 files changed

+608
-340
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c250b7d980864be49facf2306f06455e7f9e305d
1+
462d08f9ba41d48ab36bf405235c1c22023603dc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c250b7d980864be49facf2306f06455e7f9e305d
1+
462d08f9ba41d48ab36bf405235c1c22023603dc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
1540+
exports.version = "19.2.0-www-classic-462d08f9-20250517";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
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
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
1540+
exports.version = "19.2.0-www-modern-462d08f9-20250517";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
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
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
638+
exports.version = "19.2.0-www-classic-462d08f9-20250517";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
638+
exports.version = "19.2.0-www-modern-462d08f9-20250517";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
642+
exports.version = "19.2.0-www-classic-462d08f9-20250517";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
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
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
642+
exports.version = "19.2.0-www-modern-462d08f9-20250517";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
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
@@ -19063,10 +19063,10 @@ __DEV__ &&
1906319063
(function () {
1906419064
var internals = {
1906519065
bundleType: 1,
19066-
version: "19.2.0-www-classic-c250b7d9-20250516",
19066+
version: "19.2.0-www-classic-462d08f9-20250517",
1906719067
rendererPackageName: "react-art",
1906819068
currentDispatcherRef: ReactSharedInternals,
19069-
reconcilerVersion: "19.2.0-www-classic-c250b7d9-20250516"
19069+
reconcilerVersion: "19.2.0-www-classic-462d08f9-20250517"
1907019070
};
1907119071
internals.overrideHookState = overrideHookState;
1907219072
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19100,7 +19100,7 @@ __DEV__ &&
1910019100
exports.Shape = Shape;
1910119101
exports.Surface = Surface;
1910219102
exports.Text = Text;
19103-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
19103+
exports.version = "19.2.0-www-classic-462d08f9-20250517";
1910419104
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1910519105
"function" ===
1910619106
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
@@ -18835,10 +18835,10 @@ __DEV__ &&
1883518835
(function () {
1883618836
var internals = {
1883718837
bundleType: 1,
18838-
version: "19.2.0-www-modern-c250b7d9-20250516",
18838+
version: "19.2.0-www-modern-462d08f9-20250517",
1883918839
rendererPackageName: "react-art",
1884018840
currentDispatcherRef: ReactSharedInternals,
18841-
reconcilerVersion: "19.2.0-www-modern-c250b7d9-20250516"
18841+
reconcilerVersion: "19.2.0-www-modern-462d08f9-20250517"
1884218842
};
1884318843
internals.overrideHookState = overrideHookState;
1884418844
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18872,7 +18872,7 @@ __DEV__ &&
1887218872
exports.Shape = Shape;
1887318873
exports.Surface = Surface;
1887418874
exports.Text = Text;
18875-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
18875+
exports.version = "19.2.0-www-modern-462d08f9-20250517";
1887618876
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1887718877
"function" ===
1887818878
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
@@ -11391,10 +11391,10 @@ var slice = Array.prototype.slice,
1139111391
})(React.Component);
1139211392
var internals$jscomp$inline_1624 = {
1139311393
bundleType: 0,
11394-
version: "19.2.0-www-classic-c250b7d9-20250516",
11394+
version: "19.2.0-www-classic-462d08f9-20250517",
1139511395
rendererPackageName: "react-art",
1139611396
currentDispatcherRef: ReactSharedInternals,
11397-
reconcilerVersion: "19.2.0-www-classic-c250b7d9-20250516"
11397+
reconcilerVersion: "19.2.0-www-classic-462d08f9-20250517"
1139811398
};
1139911399
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1140011400
var hook$jscomp$inline_1625 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11420,4 +11420,4 @@ exports.RadialGradient = RadialGradient;
1142011420
exports.Shape = TYPES.SHAPE;
1142111421
exports.Surface = Surface;
1142211422
exports.Text = Text;
11423-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
11423+
exports.version = "19.2.0-www-classic-462d08f9-20250517";

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11103,10 +11103,10 @@ var slice = Array.prototype.slice,
1110311103
})(React.Component);
1110411104
var internals$jscomp$inline_1597 = {
1110511105
bundleType: 0,
11106-
version: "19.2.0-www-modern-c250b7d9-20250516",
11106+
version: "19.2.0-www-modern-462d08f9-20250517",
1110711107
rendererPackageName: "react-art",
1110811108
currentDispatcherRef: ReactSharedInternals,
11109-
reconcilerVersion: "19.2.0-www-modern-c250b7d9-20250516"
11109+
reconcilerVersion: "19.2.0-www-modern-462d08f9-20250517"
1111011110
};
1111111111
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1111211112
var hook$jscomp$inline_1598 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11132,4 +11132,4 @@ exports.RadialGradient = RadialGradient;
1113211132
exports.Shape = TYPES.SHAPE;
1113311133
exports.Surface = Surface;
1113411134
exports.Text = Text;
11135-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
11135+
exports.version = "19.2.0-www-modern-462d08f9-20250517";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31430,11 +31430,11 @@ __DEV__ &&
3143031430
return_targetInst = null;
3143131431
(function () {
3143231432
var isomorphicReactPackageVersion = React.version;
31433-
if ("19.2.0-www-classic-c250b7d9-20250516" !== isomorphicReactPackageVersion)
31433+
if ("19.2.0-www-classic-462d08f9-20250517" !== isomorphicReactPackageVersion)
3143431434
throw Error(
3143531435
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3143631436
(isomorphicReactPackageVersion +
31437-
"\n - react-dom: 19.2.0-www-classic-c250b7d9-20250516\nLearn more: https://react.dev/warnings/version-mismatch")
31437+
"\n - react-dom: 19.2.0-www-classic-462d08f9-20250517\nLearn more: https://react.dev/warnings/version-mismatch")
3143831438
);
3143931439
})();
3144031440
("function" === typeof Map &&
@@ -31477,10 +31477,10 @@ __DEV__ &&
3147731477
!(function () {
3147831478
var internals = {
3147931479
bundleType: 1,
31480-
version: "19.2.0-www-classic-c250b7d9-20250516",
31480+
version: "19.2.0-www-classic-462d08f9-20250517",
3148131481
rendererPackageName: "react-dom",
3148231482
currentDispatcherRef: ReactSharedInternals,
31483-
reconcilerVersion: "19.2.0-www-classic-c250b7d9-20250516"
31483+
reconcilerVersion: "19.2.0-www-classic-462d08f9-20250517"
3148431484
};
3148531485
internals.overrideHookState = overrideHookState;
3148631486
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32080,7 +32080,7 @@ __DEV__ &&
3208032080
exports.useFormStatus = function () {
3208132081
return resolveDispatcher().useHostTransitionStatus();
3208232082
};
32083-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
32083+
exports.version = "19.2.0-www-classic-462d08f9-20250517";
3208432084
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3208532085
"function" ===
3208632086
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31216,11 +31216,11 @@ __DEV__ &&
3121631216
return_targetInst = null;
3121731217
(function () {
3121831218
var isomorphicReactPackageVersion = React.version;
31219-
if ("19.2.0-www-modern-c250b7d9-20250516" !== isomorphicReactPackageVersion)
31219+
if ("19.2.0-www-modern-462d08f9-20250517" !== isomorphicReactPackageVersion)
3122031220
throw Error(
3122131221
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3122231222
(isomorphicReactPackageVersion +
31223-
"\n - react-dom: 19.2.0-www-modern-c250b7d9-20250516\nLearn more: https://react.dev/warnings/version-mismatch")
31223+
"\n - react-dom: 19.2.0-www-modern-462d08f9-20250517\nLearn more: https://react.dev/warnings/version-mismatch")
3122431224
);
3122531225
})();
3122631226
("function" === typeof Map &&
@@ -31263,10 +31263,10 @@ __DEV__ &&
3126331263
!(function () {
3126431264
var internals = {
3126531265
bundleType: 1,
31266-
version: "19.2.0-www-modern-c250b7d9-20250516",
31266+
version: "19.2.0-www-modern-462d08f9-20250517",
3126731267
rendererPackageName: "react-dom",
3126831268
currentDispatcherRef: ReactSharedInternals,
31269-
reconcilerVersion: "19.2.0-www-modern-c250b7d9-20250516"
31269+
reconcilerVersion: "19.2.0-www-modern-462d08f9-20250517"
3127031270
};
3127131271
internals.overrideHookState = overrideHookState;
3127231272
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31866,7 +31866,7 @@ __DEV__ &&
3186631866
exports.useFormStatus = function () {
3186731867
return resolveDispatcher().useHostTransitionStatus();
3186831868
};
31869-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
31869+
exports.version = "19.2.0-www-modern-462d08f9-20250517";
3187031870
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3187131871
"function" ===
3187231872
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
@@ -19563,14 +19563,14 @@ function getCrossOriginStringAs(as, input) {
1956319563
}
1956419564
var isomorphicReactPackageVersion$jscomp$inline_2083 = React.version;
1956519565
if (
19566-
"19.2.0-www-classic-c250b7d9-20250516" !==
19566+
"19.2.0-www-classic-462d08f9-20250517" !==
1956719567
isomorphicReactPackageVersion$jscomp$inline_2083
1956819568
)
1956919569
throw Error(
1957019570
formatProdErrorMessage(
1957119571
527,
1957219572
isomorphicReactPackageVersion$jscomp$inline_2083,
19573-
"19.2.0-www-classic-c250b7d9-20250516"
19573+
"19.2.0-www-classic-462d08f9-20250517"
1957419574
)
1957519575
);
1957619576
Internals.findDOMNode = function (componentOrElement) {
@@ -19588,10 +19588,10 @@ Internals.Events = [
1958819588
];
1958919589
var internals$jscomp$inline_2696 = {
1959019590
bundleType: 0,
19591-
version: "19.2.0-www-classic-c250b7d9-20250516",
19591+
version: "19.2.0-www-classic-462d08f9-20250517",
1959219592
rendererPackageName: "react-dom",
1959319593
currentDispatcherRef: ReactSharedInternals,
19594-
reconcilerVersion: "19.2.0-www-classic-c250b7d9-20250516"
19594+
reconcilerVersion: "19.2.0-www-classic-462d08f9-20250517"
1959519595
};
1959619596
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1959719597
var hook$jscomp$inline_2697 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20003,4 +20003,4 @@ exports.useFormState = function (action, initialState, permalink) {
2000320003
exports.useFormStatus = function () {
2000420004
return ReactSharedInternals.H.useHostTransitionStatus();
2000520005
};
20006-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
20006+
exports.version = "19.2.0-www-classic-462d08f9-20250517";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19292,14 +19292,14 @@ function getCrossOriginStringAs(as, input) {
1929219292
}
1929319293
var isomorphicReactPackageVersion$jscomp$inline_2073 = React.version;
1929419294
if (
19295-
"19.2.0-www-modern-c250b7d9-20250516" !==
19295+
"19.2.0-www-modern-462d08f9-20250517" !==
1929619296
isomorphicReactPackageVersion$jscomp$inline_2073
1929719297
)
1929819298
throw Error(
1929919299
formatProdErrorMessage(
1930019300
527,
1930119301
isomorphicReactPackageVersion$jscomp$inline_2073,
19302-
"19.2.0-www-modern-c250b7d9-20250516"
19302+
"19.2.0-www-modern-462d08f9-20250517"
1930319303
)
1930419304
);
1930519305
Internals.findDOMNode = function (componentOrElement) {
@@ -19317,10 +19317,10 @@ Internals.Events = [
1931719317
];
1931819318
var internals$jscomp$inline_2678 = {
1931919319
bundleType: 0,
19320-
version: "19.2.0-www-modern-c250b7d9-20250516",
19320+
version: "19.2.0-www-modern-462d08f9-20250517",
1932119321
rendererPackageName: "react-dom",
1932219322
currentDispatcherRef: ReactSharedInternals,
19323-
reconcilerVersion: "19.2.0-www-modern-c250b7d9-20250516"
19323+
reconcilerVersion: "19.2.0-www-modern-462d08f9-20250517"
1932419324
};
1932519325
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1932619326
var hook$jscomp$inline_2679 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19732,4 +19732,4 @@ exports.useFormState = function (action, initialState, permalink) {
1973219732
exports.useFormStatus = function () {
1973319733
return ReactSharedInternals.H.useHostTransitionStatus();
1973419734
};
19735-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
19735+
exports.version = "19.2.0-www-modern-462d08f9-20250517";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21545,14 +21545,14 @@ function getCrossOriginStringAs(as, input) {
2154521545
}
2154621546
var isomorphicReactPackageVersion$jscomp$inline_2327 = React.version;
2154721547
if (
21548-
"19.2.0-www-classic-c250b7d9-20250516" !==
21548+
"19.2.0-www-classic-462d08f9-20250517" !==
2154921549
isomorphicReactPackageVersion$jscomp$inline_2327
2155021550
)
2155121551
throw Error(
2155221552
formatProdErrorMessage(
2155321553
527,
2155421554
isomorphicReactPackageVersion$jscomp$inline_2327,
21555-
"19.2.0-www-classic-c250b7d9-20250516"
21555+
"19.2.0-www-classic-462d08f9-20250517"
2155621556
)
2155721557
);
2155821558
Internals.findDOMNode = function (componentOrElement) {
@@ -21570,10 +21570,10 @@ Internals.Events = [
2157021570
];
2157121571
var internals$jscomp$inline_2329 = {
2157221572
bundleType: 0,
21573-
version: "19.2.0-www-classic-c250b7d9-20250516",
21573+
version: "19.2.0-www-classic-462d08f9-20250517",
2157421574
rendererPackageName: "react-dom",
2157521575
currentDispatcherRef: ReactSharedInternals,
21576-
reconcilerVersion: "19.2.0-www-classic-c250b7d9-20250516"
21576+
reconcilerVersion: "19.2.0-www-classic-462d08f9-20250517"
2157721577
};
2157821578
enableSchedulingProfiler &&
2157921579
((internals$jscomp$inline_2329.getLaneLabelMap = getLaneLabelMap),
@@ -21988,7 +21988,7 @@ exports.useFormState = function (action, initialState, permalink) {
2198821988
exports.useFormStatus = function () {
2198921989
return ReactSharedInternals.H.useHostTransitionStatus();
2199021990
};
21991-
exports.version = "19.2.0-www-classic-c250b7d9-20250516";
21991+
exports.version = "19.2.0-www-classic-462d08f9-20250517";
2199221992
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2199321993
"function" ===
2199421994
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
@@ -21343,14 +21343,14 @@ function getCrossOriginStringAs(as, input) {
2134321343
}
2134421344
var isomorphicReactPackageVersion$jscomp$inline_2317 = React.version;
2134521345
if (
21346-
"19.2.0-www-modern-c250b7d9-20250516" !==
21346+
"19.2.0-www-modern-462d08f9-20250517" !==
2134721347
isomorphicReactPackageVersion$jscomp$inline_2317
2134821348
)
2134921349
throw Error(
2135021350
formatProdErrorMessage(
2135121351
527,
2135221352
isomorphicReactPackageVersion$jscomp$inline_2317,
21353-
"19.2.0-www-modern-c250b7d9-20250516"
21353+
"19.2.0-www-modern-462d08f9-20250517"
2135421354
)
2135521355
);
2135621356
Internals.findDOMNode = function (componentOrElement) {
@@ -21368,10 +21368,10 @@ Internals.Events = [
2136821368
];
2136921369
var internals$jscomp$inline_2319 = {
2137021370
bundleType: 0,
21371-
version: "19.2.0-www-modern-c250b7d9-20250516",
21371+
version: "19.2.0-www-modern-462d08f9-20250517",
2137221372
rendererPackageName: "react-dom",
2137321373
currentDispatcherRef: ReactSharedInternals,
21374-
reconcilerVersion: "19.2.0-www-modern-c250b7d9-20250516"
21374+
reconcilerVersion: "19.2.0-www-modern-462d08f9-20250517"
2137521375
};
2137621376
enableSchedulingProfiler &&
2137721377
((internals$jscomp$inline_2319.getLaneLabelMap = getLaneLabelMap),
@@ -21786,7 +21786,7 @@ exports.useFormState = function (action, initialState, permalink) {
2178621786
exports.useFormStatus = function () {
2178721787
return ReactSharedInternals.H.useHostTransitionStatus();
2178821788
};
21789-
exports.version = "19.2.0-www-modern-c250b7d9-20250516";
21789+
exports.version = "19.2.0-www-modern-462d08f9-20250517";
2179021790
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2179121791
"function" ===
2179221792
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)