Skip to content

Commit 4d78e93

Browse files
committed
[Fizz] Share code between inline and external runtime (facebook#33066)
Stacked on facebook#33065. The runtime is about to be a lot more complicated so we need to start sharing some more code. The problem with sharing code is that we want the inline runtime to as much as possible be isolated in its scope using only a few global variables to refer across runtimes. A problem with Closure Compiler is that it refuses to inline functions if they have closures inside of them. Which makes sense because of how VMs work it can cause memory leaks. However, in our cases this doesn't matter and code size matters more. So we can't use many clever tricks. So this just favors writing the source in the inline form. Then we add an extra compiler pass to turn those global variables into local variables in the external runtime. DiffTrain build for [bb57fa7](facebook@bb57fa7)
1 parent 7aaf1bd commit 4d78e93

37 files changed

+182
-178
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e9db3cc2d4175849578418a37f33a6fde5b3c6d8
1+
bb57fa7351776a86448c1a094bea8108fd6b34ff
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e9db3cc2d4175849578418a37f33a6fde5b3c6d8
1+
bb57fa7351776a86448c1a094bea8108fd6b34ff

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
1541+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
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
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
1541+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
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
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
639+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
639+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
643+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
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
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
643+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
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
@@ -19014,10 +19014,10 @@ __DEV__ &&
1901419014
(function () {
1901519015
var internals = {
1901619016
bundleType: 1,
19017-
version: "19.2.0-www-classic-e9db3cc2-20250501",
19017+
version: "19.2.0-www-classic-bb57fa73-20250501",
1901819018
rendererPackageName: "react-art",
1901919019
currentDispatcherRef: ReactSharedInternals,
19020-
reconcilerVersion: "19.2.0-www-classic-e9db3cc2-20250501"
19020+
reconcilerVersion: "19.2.0-www-classic-bb57fa73-20250501"
1902119021
};
1902219022
internals.overrideHookState = overrideHookState;
1902319023
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19051,7 +19051,7 @@ __DEV__ &&
1905119051
exports.Shape = Shape;
1905219052
exports.Surface = Surface;
1905319053
exports.Text = Text;
19054-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
19054+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";
1905519055
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1905619056
"function" ===
1905719057
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
@@ -18786,10 +18786,10 @@ __DEV__ &&
1878618786
(function () {
1878718787
var internals = {
1878818788
bundleType: 1,
18789-
version: "19.2.0-www-modern-e9db3cc2-20250501",
18789+
version: "19.2.0-www-modern-bb57fa73-20250501",
1879018790
rendererPackageName: "react-art",
1879118791
currentDispatcherRef: ReactSharedInternals,
18792-
reconcilerVersion: "19.2.0-www-modern-e9db3cc2-20250501"
18792+
reconcilerVersion: "19.2.0-www-modern-bb57fa73-20250501"
1879318793
};
1879418794
internals.overrideHookState = overrideHookState;
1879518795
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18823,7 +18823,7 @@ __DEV__ &&
1882318823
exports.Shape = Shape;
1882418824
exports.Surface = Surface;
1882518825
exports.Text = Text;
18826-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
18826+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";
1882718827
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1882818828
"function" ===
1882918829
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
@@ -11412,10 +11412,10 @@ var slice = Array.prototype.slice,
1141211412
})(React.Component);
1141311413
var internals$jscomp$inline_1619 = {
1141411414
bundleType: 0,
11415-
version: "19.2.0-www-classic-e9db3cc2-20250501",
11415+
version: "19.2.0-www-classic-bb57fa73-20250501",
1141611416
rendererPackageName: "react-art",
1141711417
currentDispatcherRef: ReactSharedInternals,
11418-
reconcilerVersion: "19.2.0-www-classic-e9db3cc2-20250501"
11418+
reconcilerVersion: "19.2.0-www-classic-bb57fa73-20250501"
1141911419
};
1142011420
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1142111421
var hook$jscomp$inline_1620 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11441,4 +11441,4 @@ exports.RadialGradient = RadialGradient;
1144111441
exports.Shape = TYPES.SHAPE;
1144211442
exports.Surface = Surface;
1144311443
exports.Text = Text;
11444-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
11444+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11125,10 +11125,10 @@ var slice = Array.prototype.slice,
1112511125
})(React.Component);
1112611126
var internals$jscomp$inline_1592 = {
1112711127
bundleType: 0,
11128-
version: "19.2.0-www-modern-e9db3cc2-20250501",
11128+
version: "19.2.0-www-modern-bb57fa73-20250501",
1112911129
rendererPackageName: "react-art",
1113011130
currentDispatcherRef: ReactSharedInternals,
11131-
reconcilerVersion: "19.2.0-www-modern-e9db3cc2-20250501"
11131+
reconcilerVersion: "19.2.0-www-modern-bb57fa73-20250501"
1113211132
};
1113311133
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1113411134
var hook$jscomp$inline_1593 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11154,4 +11154,4 @@ exports.RadialGradient = RadialGradient;
1115411154
exports.Shape = TYPES.SHAPE;
1115511155
exports.Surface = Surface;
1115611156
exports.Text = Text;
11157-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
11157+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31126,11 +31126,11 @@ __DEV__ &&
3112631126
return_targetInst = null;
3112731127
(function () {
3112831128
var isomorphicReactPackageVersion = React.version;
31129-
if ("19.2.0-www-classic-e9db3cc2-20250501" !== isomorphicReactPackageVersion)
31129+
if ("19.2.0-www-classic-bb57fa73-20250501" !== isomorphicReactPackageVersion)
3113031130
throw Error(
3113131131
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3113231132
(isomorphicReactPackageVersion +
31133-
"\n - react-dom: 19.2.0-www-classic-e9db3cc2-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
31133+
"\n - react-dom: 19.2.0-www-classic-bb57fa73-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
3113431134
);
3113531135
})();
3113631136
("function" === typeof Map &&
@@ -31173,10 +31173,10 @@ __DEV__ &&
3117331173
!(function () {
3117431174
var internals = {
3117531175
bundleType: 1,
31176-
version: "19.2.0-www-classic-e9db3cc2-20250501",
31176+
version: "19.2.0-www-classic-bb57fa73-20250501",
3117731177
rendererPackageName: "react-dom",
3117831178
currentDispatcherRef: ReactSharedInternals,
31179-
reconcilerVersion: "19.2.0-www-classic-e9db3cc2-20250501"
31179+
reconcilerVersion: "19.2.0-www-classic-bb57fa73-20250501"
3118031180
};
3118131181
internals.overrideHookState = overrideHookState;
3118231182
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31774,7 +31774,7 @@ __DEV__ &&
3177431774
exports.useFormStatus = function () {
3177531775
return resolveDispatcher().useHostTransitionStatus();
3177631776
};
31777-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
31777+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";
3177831778
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3177931779
"function" ===
3178031780
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
@@ -30912,11 +30912,11 @@ __DEV__ &&
3091230912
return_targetInst = null;
3091330913
(function () {
3091430914
var isomorphicReactPackageVersion = React.version;
30915-
if ("19.2.0-www-modern-e9db3cc2-20250501" !== isomorphicReactPackageVersion)
30915+
if ("19.2.0-www-modern-bb57fa73-20250501" !== isomorphicReactPackageVersion)
3091630916
throw Error(
3091730917
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3091830918
(isomorphicReactPackageVersion +
30919-
"\n - react-dom: 19.2.0-www-modern-e9db3cc2-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
30919+
"\n - react-dom: 19.2.0-www-modern-bb57fa73-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
3092030920
);
3092130921
})();
3092230922
("function" === typeof Map &&
@@ -30959,10 +30959,10 @@ __DEV__ &&
3095930959
!(function () {
3096030960
var internals = {
3096130961
bundleType: 1,
30962-
version: "19.2.0-www-modern-e9db3cc2-20250501",
30962+
version: "19.2.0-www-modern-bb57fa73-20250501",
3096330963
rendererPackageName: "react-dom",
3096430964
currentDispatcherRef: ReactSharedInternals,
30965-
reconcilerVersion: "19.2.0-www-modern-e9db3cc2-20250501"
30965+
reconcilerVersion: "19.2.0-www-modern-bb57fa73-20250501"
3096630966
};
3096730967
internals.overrideHookState = overrideHookState;
3096830968
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31560,7 +31560,7 @@ __DEV__ &&
3156031560
exports.useFormStatus = function () {
3156131561
return resolveDispatcher().useHostTransitionStatus();
3156231562
};
31563-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
31563+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";
3156431564
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3156531565
"function" ===
3156631566
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
@@ -19446,14 +19446,14 @@ function getCrossOriginStringAs(as, input) {
1944619446
}
1944719447
var isomorphicReactPackageVersion$jscomp$inline_2029 = React.version;
1944819448
if (
19449-
"19.2.0-www-classic-e9db3cc2-20250501" !==
19449+
"19.2.0-www-classic-bb57fa73-20250501" !==
1945019450
isomorphicReactPackageVersion$jscomp$inline_2029
1945119451
)
1945219452
throw Error(
1945319453
formatProdErrorMessage(
1945419454
527,
1945519455
isomorphicReactPackageVersion$jscomp$inline_2029,
19456-
"19.2.0-www-classic-e9db3cc2-20250501"
19456+
"19.2.0-www-classic-bb57fa73-20250501"
1945719457
)
1945819458
);
1945919459
Internals.findDOMNode = function (componentOrElement) {
@@ -19471,10 +19471,10 @@ Internals.Events = [
1947119471
];
1947219472
var internals$jscomp$inline_2635 = {
1947319473
bundleType: 0,
19474-
version: "19.2.0-www-classic-e9db3cc2-20250501",
19474+
version: "19.2.0-www-classic-bb57fa73-20250501",
1947519475
rendererPackageName: "react-dom",
1947619476
currentDispatcherRef: ReactSharedInternals,
19477-
reconcilerVersion: "19.2.0-www-classic-e9db3cc2-20250501"
19477+
reconcilerVersion: "19.2.0-www-classic-bb57fa73-20250501"
1947819478
};
1947919479
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1948019480
var hook$jscomp$inline_2636 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19838,4 +19838,4 @@ exports.useFormState = function (action, initialState, permalink) {
1983819838
exports.useFormStatus = function () {
1983919839
return ReactSharedInternals.H.useHostTransitionStatus();
1984019840
};
19841-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
19841+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19175,14 +19175,14 @@ function getCrossOriginStringAs(as, input) {
1917519175
}
1917619176
var isomorphicReactPackageVersion$jscomp$inline_2019 = React.version;
1917719177
if (
19178-
"19.2.0-www-modern-e9db3cc2-20250501" !==
19178+
"19.2.0-www-modern-bb57fa73-20250501" !==
1917919179
isomorphicReactPackageVersion$jscomp$inline_2019
1918019180
)
1918119181
throw Error(
1918219182
formatProdErrorMessage(
1918319183
527,
1918419184
isomorphicReactPackageVersion$jscomp$inline_2019,
19185-
"19.2.0-www-modern-e9db3cc2-20250501"
19185+
"19.2.0-www-modern-bb57fa73-20250501"
1918619186
)
1918719187
);
1918819188
Internals.findDOMNode = function (componentOrElement) {
@@ -19200,10 +19200,10 @@ Internals.Events = [
1920019200
];
1920119201
var internals$jscomp$inline_2617 = {
1920219202
bundleType: 0,
19203-
version: "19.2.0-www-modern-e9db3cc2-20250501",
19203+
version: "19.2.0-www-modern-bb57fa73-20250501",
1920419204
rendererPackageName: "react-dom",
1920519205
currentDispatcherRef: ReactSharedInternals,
19206-
reconcilerVersion: "19.2.0-www-modern-e9db3cc2-20250501"
19206+
reconcilerVersion: "19.2.0-www-modern-bb57fa73-20250501"
1920719207
};
1920819208
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1920919209
var hook$jscomp$inline_2618 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19567,4 +19567,4 @@ exports.useFormState = function (action, initialState, permalink) {
1956719567
exports.useFormStatus = function () {
1956819568
return ReactSharedInternals.H.useHostTransitionStatus();
1956919569
};
19570-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
19570+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21420,14 +21420,14 @@ function getCrossOriginStringAs(as, input) {
2142021420
}
2142121421
var isomorphicReactPackageVersion$jscomp$inline_2273 = React.version;
2142221422
if (
21423-
"19.2.0-www-classic-e9db3cc2-20250501" !==
21423+
"19.2.0-www-classic-bb57fa73-20250501" !==
2142421424
isomorphicReactPackageVersion$jscomp$inline_2273
2142521425
)
2142621426
throw Error(
2142721427
formatProdErrorMessage(
2142821428
527,
2142921429
isomorphicReactPackageVersion$jscomp$inline_2273,
21430-
"19.2.0-www-classic-e9db3cc2-20250501"
21430+
"19.2.0-www-classic-bb57fa73-20250501"
2143121431
)
2143221432
);
2143321433
Internals.findDOMNode = function (componentOrElement) {
@@ -21445,10 +21445,10 @@ Internals.Events = [
2144521445
];
2144621446
var internals$jscomp$inline_2275 = {
2144721447
bundleType: 0,
21448-
version: "19.2.0-www-classic-e9db3cc2-20250501",
21448+
version: "19.2.0-www-classic-bb57fa73-20250501",
2144921449
rendererPackageName: "react-dom",
2145021450
currentDispatcherRef: ReactSharedInternals,
21451-
reconcilerVersion: "19.2.0-www-classic-e9db3cc2-20250501"
21451+
reconcilerVersion: "19.2.0-www-classic-bb57fa73-20250501"
2145221452
};
2145321453
enableSchedulingProfiler &&
2145421454
((internals$jscomp$inline_2275.getLaneLabelMap = getLaneLabelMap),
@@ -21815,7 +21815,7 @@ exports.useFormState = function (action, initialState, permalink) {
2181521815
exports.useFormStatus = function () {
2181621816
return ReactSharedInternals.H.useHostTransitionStatus();
2181721817
};
21818-
exports.version = "19.2.0-www-classic-e9db3cc2-20250501";
21818+
exports.version = "19.2.0-www-classic-bb57fa73-20250501";
2181921819
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2182021820
"function" ===
2182121821
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
@@ -21218,14 +21218,14 @@ function getCrossOriginStringAs(as, input) {
2121821218
}
2121921219
var isomorphicReactPackageVersion$jscomp$inline_2263 = React.version;
2122021220
if (
21221-
"19.2.0-www-modern-e9db3cc2-20250501" !==
21221+
"19.2.0-www-modern-bb57fa73-20250501" !==
2122221222
isomorphicReactPackageVersion$jscomp$inline_2263
2122321223
)
2122421224
throw Error(
2122521225
formatProdErrorMessage(
2122621226
527,
2122721227
isomorphicReactPackageVersion$jscomp$inline_2263,
21228-
"19.2.0-www-modern-e9db3cc2-20250501"
21228+
"19.2.0-www-modern-bb57fa73-20250501"
2122921229
)
2123021230
);
2123121231
Internals.findDOMNode = function (componentOrElement) {
@@ -21243,10 +21243,10 @@ Internals.Events = [
2124321243
];
2124421244
var internals$jscomp$inline_2265 = {
2124521245
bundleType: 0,
21246-
version: "19.2.0-www-modern-e9db3cc2-20250501",
21246+
version: "19.2.0-www-modern-bb57fa73-20250501",
2124721247
rendererPackageName: "react-dom",
2124821248
currentDispatcherRef: ReactSharedInternals,
21249-
reconcilerVersion: "19.2.0-www-modern-e9db3cc2-20250501"
21249+
reconcilerVersion: "19.2.0-www-modern-bb57fa73-20250501"
2125021250
};
2125121251
enableSchedulingProfiler &&
2125221252
((internals$jscomp$inline_2265.getLaneLabelMap = getLaneLabelMap),
@@ -21613,7 +21613,7 @@ exports.useFormState = function (action, initialState, permalink) {
2161321613
exports.useFormStatus = function () {
2161421614
return ReactSharedInternals.H.useHostTransitionStatus();
2161521615
};
21616-
exports.version = "19.2.0-www-modern-e9db3cc2-20250501";
21616+
exports.version = "19.2.0-www-modern-bb57fa73-20250501";
2161721617
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2161821618
"function" ===
2161921619
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)