Skip to content

Commit c632744

Browse files
committed
[Fizz] Use RequestInstance constructor for resuming (#30947)
We added enough fields to need a constructor instead of inline object in V8. We didn't update the resumeRequest path though so it wasn't using the constructor and had a different hidden class. DiffTrain build for [1bb0563](1bb0563)
1 parent b8a98ad commit c632744

36 files changed

+276
-290
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a5a7f1063e6f190c64c779b2aa54d28fb7b92cfb
1+
1bb056363c02fa9d188cc1122595d1587aa59d86
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a5a7f1063e6f190c64c779b2aa54d28fb7b92cfb
1+
1bb056363c02fa9d188cc1122595d1587aa59d86

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ __DEV__ &&
20012001
exports.useTransition = function () {
20022002
return resolveDispatcher().useTransition();
20032003
};
2004-
exports.version = "19.0.0-www-classic-a5a7f106-20240910";
2004+
exports.version = "19.0.0-www-classic-1bb05636-20240911";
20052005
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20062006
"function" ===
20072007
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
@@ -1981,7 +1981,7 @@ __DEV__ &&
19811981
exports.useTransition = function () {
19821982
return resolveDispatcher().useTransition();
19831983
};
1984-
exports.version = "19.0.0-www-modern-a5a7f106-20240910";
1984+
exports.version = "19.0.0-www-modern-1bb05636-20240911";
19851985
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19861986
"function" ===
19871987
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
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-classic-a5a7f106-20240910";
668+
exports.version = "19.0.0-www-classic-1bb05636-20240911";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-modern-a5a7f106-20240910";
668+
exports.version = "19.0.0-www-modern-1bb05636-20240911";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-classic-a5a7f106-20240910";
672+
exports.version = "19.0.0-www-classic-1bb05636-20240911";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
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
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-modern-a5a7f106-20240910";
672+
exports.version = "19.0.0-www-modern-1bb05636-20240911";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
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
@@ -16967,11 +16967,11 @@ __DEV__ &&
1696716967
(function () {
1696816968
var internals = {
1696916969
bundleType: 1,
16970-
version: "19.0.0-www-classic-a5a7f106-20240910",
16970+
version: "19.0.0-www-classic-1bb05636-20240911",
1697116971
rendererPackageName: "react-art",
1697216972
currentDispatcherRef: ReactSharedInternals,
1697316973
findFiberByHostInstance: getInstanceFromNode,
16974-
reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910"
16974+
reconcilerVersion: "19.0.0-www-classic-1bb05636-20240911"
1697516975
};
1697616976
internals.overrideHookState = overrideHookState;
1697716977
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17005,7 +17005,7 @@ __DEV__ &&
1700517005
exports.Shape = Shape;
1700617006
exports.Surface = Surface;
1700717007
exports.Text = Text;
17008-
exports.version = "19.0.0-www-classic-a5a7f106-20240910";
17008+
exports.version = "19.0.0-www-classic-1bb05636-20240911";
1700917009
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1701017010
"function" ===
1701117011
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
@@ -16413,11 +16413,11 @@ __DEV__ &&
1641316413
(function () {
1641416414
var internals = {
1641516415
bundleType: 1,
16416-
version: "19.0.0-www-modern-a5a7f106-20240910",
16416+
version: "19.0.0-www-modern-1bb05636-20240911",
1641716417
rendererPackageName: "react-art",
1641816418
currentDispatcherRef: ReactSharedInternals,
1641916419
findFiberByHostInstance: getInstanceFromNode,
16420-
reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910"
16420+
reconcilerVersion: "19.0.0-www-modern-1bb05636-20240911"
1642116421
};
1642216422
internals.overrideHookState = overrideHookState;
1642316423
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16451,7 +16451,7 @@ __DEV__ &&
1645116451
exports.Shape = Shape;
1645216452
exports.Surface = Surface;
1645316453
exports.Text = Text;
16454-
exports.version = "19.0.0-www-modern-a5a7f106-20240910";
16454+
exports.version = "19.0.0-www-modern-1bb05636-20240911";
1645516455
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1645616456
"function" ===
1645716457
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)