Skip to content

Commit c92ef90

Browse files
committed
Create fresh Offscreen instance when replaying (#34127)
DiffTrain build for [ac7820a](ac7820a)
1 parent 6d9f350 commit c92ef90

34 files changed

+6398
-6348
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f1e70b5e0aeffeba634f05a1524bf083f0340d5a
1+
ac7820a99efac29dcd5a69f6d2438f6d31b7abbf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f1e70b5e0aeffeba634f05a1524bf083f0340d5a
1+
ac7820a99efac29dcd5a69f6d2438f6d31b7abbf

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ __DEV__ &&
14411441
exports.useTransition = function () {
14421442
return resolveDispatcher().useTransition();
14431443
};
1444-
exports.version = "19.2.0-www-classic-f1e70b5e-20250811";
1444+
exports.version = "19.2.0-www-classic-ac7820a9-20250811";
14451445
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14461446
"function" ===
14471447
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
@@ -1441,7 +1441,7 @@ __DEV__ &&
14411441
exports.useTransition = function () {
14421442
return resolveDispatcher().useTransition();
14431443
};
1444-
exports.version = "19.2.0-www-modern-f1e70b5e-20250811";
1444+
exports.version = "19.2.0-www-modern-ac7820a9-20250811";
14451445
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14461446
"function" ===
14471447
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
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-classic-f1e70b5e-20250811";
613+
exports.version = "19.2.0-www-classic-ac7820a9-20250811";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-modern-f1e70b5e-20250811";
613+
exports.version = "19.2.0-www-modern-ac7820a9-20250811";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-classic-f1e70b5e-20250811";
617+
exports.version = "19.2.0-www-classic-ac7820a9-20250811";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
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
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-modern-f1e70b5e-20250811";
617+
exports.version = "19.2.0-www-modern-ac7820a9-20250811";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)