Skip to content

Commit bae10e0

Browse files
committed
Remove disableIEWorkarounds (facebook#31756)
Based off facebook#31755 This is landed everywhere. DiffTrain build for [fb12845](facebook@fb12845)
1 parent dcc27d7 commit bae10e0

37 files changed

+257
-207
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
56ae4b8d22f773c961c6f57946e648de0879c7f1
1+
fb12845d779667b35cc7f44eee6bea47f4db72ba
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
56ae4b8d22f773c961c6f57946e648de0879c7f1
1+
fb12845d779667b35cc7f44eee6bea47f4db72ba

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ __DEV__ &&
19541954
exports.useTransition = function () {
19551955
return resolveDispatcher().useTransition();
19561956
};
1957-
exports.version = "19.1.0-www-classic-56ae4b8d-20241212";
1957+
exports.version = "19.1.0-www-classic-fb12845d-20241213";
19581958
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19591959
"function" ===
19601960
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
@@ -1954,7 +1954,7 @@ __DEV__ &&
19541954
exports.useTransition = function () {
19551955
return resolveDispatcher().useTransition();
19561956
};
1957-
exports.version = "19.1.0-www-modern-56ae4b8d-20241212";
1957+
exports.version = "19.1.0-www-modern-fb12845d-20241213";
19581958
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19591959
"function" ===
19601960
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.1.0-www-classic-56ae4b8d-20241212";
638+
exports.version = "19.1.0-www-classic-fb12845d-20241213";

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.1.0-www-modern-56ae4b8d-20241212";
638+
exports.version = "19.1.0-www-modern-fb12845d-20241213";

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.1.0-www-classic-56ae4b8d-20241212";
642+
exports.version = "19.1.0-www-classic-fb12845d-20241213";
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.1.0-www-modern-56ae4b8d-20241212";
642+
exports.version = "19.1.0-www-modern-fb12845d-20241213";
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
@@ -17237,10 +17237,10 @@ __DEV__ &&
1723717237
(function () {
1723817238
var internals = {
1723917239
bundleType: 1,
17240-
version: "19.1.0-www-classic-56ae4b8d-20241212",
17240+
version: "19.1.0-www-classic-fb12845d-20241213",
1724117241
rendererPackageName: "react-art",
1724217242
currentDispatcherRef: ReactSharedInternals,
17243-
reconcilerVersion: "19.1.0-www-classic-56ae4b8d-20241212"
17243+
reconcilerVersion: "19.1.0-www-classic-fb12845d-20241213"
1724417244
};
1724517245
internals.overrideHookState = overrideHookState;
1724617246
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17274,7 +17274,7 @@ __DEV__ &&
1727417274
exports.Shape = Shape;
1727517275
exports.Surface = Surface;
1727617276
exports.Text = Text;
17277-
exports.version = "19.1.0-www-classic-56ae4b8d-20241212";
17277+
exports.version = "19.1.0-www-classic-fb12845d-20241213";
1727817278
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1727917279
"function" ===
1728017280
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
@@ -17000,10 +17000,10 @@ __DEV__ &&
1700017000
(function () {
1700117001
var internals = {
1700217002
bundleType: 1,
17003-
version: "19.1.0-www-modern-56ae4b8d-20241212",
17003+
version: "19.1.0-www-modern-fb12845d-20241213",
1700417004
rendererPackageName: "react-art",
1700517005
currentDispatcherRef: ReactSharedInternals,
17006-
reconcilerVersion: "19.1.0-www-modern-56ae4b8d-20241212"
17006+
reconcilerVersion: "19.1.0-www-modern-fb12845d-20241213"
1700717007
};
1700817008
internals.overrideHookState = overrideHookState;
1700917009
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17037,7 +17037,7 @@ __DEV__ &&
1703717037
exports.Shape = Shape;
1703817038
exports.Surface = Surface;
1703917039
exports.Text = Text;
17040-
exports.version = "19.1.0-www-modern-56ae4b8d-20241212";
17040+
exports.version = "19.1.0-www-modern-fb12845d-20241213";
1704117041
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1704217042
"function" ===
1704317043
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
@@ -10827,10 +10827,10 @@ var slice = Array.prototype.slice,
1082710827
})(React.Component);
1082810828
var internals$jscomp$inline_1509 = {
1082910829
bundleType: 0,
10830-
version: "19.1.0-www-classic-56ae4b8d-20241212",
10830+
version: "19.1.0-www-classic-fb12845d-20241213",
1083110831
rendererPackageName: "react-art",
1083210832
currentDispatcherRef: ReactSharedInternals,
10833-
reconcilerVersion: "19.1.0-www-classic-56ae4b8d-20241212"
10833+
reconcilerVersion: "19.1.0-www-classic-fb12845d-20241213"
1083410834
};
1083510835
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1083610836
var hook$jscomp$inline_1510 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10856,4 +10856,4 @@ exports.RadialGradient = RadialGradient;
1085610856
exports.Shape = TYPES.SHAPE;
1085710857
exports.Surface = Surface;
1085810858
exports.Text = Text;
10859-
exports.version = "19.1.0-www-classic-56ae4b8d-20241212";
10859+
exports.version = "19.1.0-www-classic-fb12845d-20241213";

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10543,10 +10543,10 @@ var slice = Array.prototype.slice,
1054310543
})(React.Component);
1054410544
var internals$jscomp$inline_1488 = {
1054510545
bundleType: 0,
10546-
version: "19.1.0-www-modern-56ae4b8d-20241212",
10546+
version: "19.1.0-www-modern-fb12845d-20241213",
1054710547
rendererPackageName: "react-art",
1054810548
currentDispatcherRef: ReactSharedInternals,
10549-
reconcilerVersion: "19.1.0-www-modern-56ae4b8d-20241212"
10549+
reconcilerVersion: "19.1.0-www-modern-fb12845d-20241213"
1055010550
};
1055110551
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1055210552
var hook$jscomp$inline_1489 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10572,4 +10572,4 @@ exports.RadialGradient = RadialGradient;
1057210572
exports.Shape = TYPES.SHAPE;
1057310573
exports.Surface = Surface;
1057410574
exports.Text = Text;
10575-
exports.version = "19.1.0-www-modern-56ae4b8d-20241212";
10575+
exports.version = "19.1.0-www-modern-fb12845d-20241213";

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20978,7 +20978,7 @@ __DEV__ &&
2097820978
error$jscomp$0(
2097920979
"The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX."
2098020980
);
20981-
else if (canDiffStyleForHydrationWarning) {
20981+
else {
2098220982
var clientValue;
2098320983
var delimiter = (clientValue = ""),
2098420984
styleName;
@@ -23931,11 +23931,6 @@ __DEV__ &&
2393123931
allNativeEvents.add("afterblur");
2393223932
var registrationNameDependencies = {},
2393323933
possibleRegistrationNames = {},
23934-
canUseDOM = !(
23935-
"undefined" === typeof window ||
23936-
"undefined" === typeof window.document ||
23937-
"undefined" === typeof window.document.createElement
23938-
),
2393923934
hasReadOnlyValue = {
2394023935
button: !0,
2394123936
checkbox: !0,
@@ -23983,8 +23978,6 @@ __DEV__ &&
2398323978
containerTagInScope: null
2398423979
},
2398523980
didWarn = {},
23986-
MATH_NAMESPACE = "http://www.w3.org/1998/Math/MathML",
23987-
SVG_NAMESPACE = "http://www.w3.org/2000/svg",
2398823981
COMMENT_NODE = 8,
2398923982
DOCUMENT_NODE = 9,
2399023983
DOCUMENT_FRAGMENT_NODE = 11,
@@ -24138,6 +24131,8 @@ __DEV__ &&
2413824131
" "
2413924132
)
2414024133
),
24134+
MATH_NAMESPACE = "http://www.w3.org/1998/Math/MathML",
24135+
SVG_NAMESPACE = "http://www.w3.org/2000/svg",
2414124136
aliases = new Map([
2414224137
["acceptCharset", "accept-charset"],
2414324138
["htmlFor", "for"],
@@ -26993,6 +26988,11 @@ __DEV__ &&
2699326988
shouldSuspendImpl = newShouldSuspendImpl;
2699426989
};
2699526990
var isInsideEventHandler = !1,
26991+
canUseDOM = !(
26992+
"undefined" === typeof window ||
26993+
"undefined" === typeof window.document ||
26994+
"undefined" === typeof window.document.createElement
26995+
),
2699626996
passiveBrowserEventsSupported = !1;
2699726997
if (canUseDOM)
2699826998
try {
@@ -27389,7 +27389,6 @@ __DEV__ &&
2738927389
didWarnFormActionMethod = !1,
2739027390
didWarnPopoverTargetObject = !1;
2739127391
var didWarnForNewBooleanPropsWithEmptyValue = {};
27392-
var canDiffStyleForHydrationWarning = !0;
2739327392
var NORMALIZE_NEWLINES_REGEX = /\r\n?/g,
2739427393
NORMALIZE_NULL_AND_REPLACEMENT_REGEX = /\u0000|\uFFFD/g,
2739527394
xlinkNamespace = "http://www.w3.org/1999/xlink",
@@ -27720,11 +27719,11 @@ __DEV__ &&
2772027719
return_targetInst = null;
2772127720
(function () {
2772227721
var isomorphicReactPackageVersion = React.version;
27723-
if ("19.1.0-www-classic-56ae4b8d-20241212" !== isomorphicReactPackageVersion)
27722+
if ("19.1.0-www-classic-fb12845d-20241213" !== isomorphicReactPackageVersion)
2772427723
throw Error(
2772527724
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2772627725
(isomorphicReactPackageVersion +
27727-
"\n - react-dom: 19.1.0-www-classic-56ae4b8d-20241212\nLearn more: https://react.dev/warnings/version-mismatch")
27726+
"\n - react-dom: 19.1.0-www-classic-fb12845d-20241213\nLearn more: https://react.dev/warnings/version-mismatch")
2772827727
);
2772927728
})();
2773027729
("function" === typeof Map &&
@@ -27767,10 +27766,10 @@ __DEV__ &&
2776727766
!(function () {
2776827767
var internals = {
2776927768
bundleType: 1,
27770-
version: "19.1.0-www-classic-56ae4b8d-20241212",
27769+
version: "19.1.0-www-classic-fb12845d-20241213",
2777127770
rendererPackageName: "react-dom",
2777227771
currentDispatcherRef: ReactSharedInternals,
27773-
reconcilerVersion: "19.1.0-www-classic-56ae4b8d-20241212"
27772+
reconcilerVersion: "19.1.0-www-classic-fb12845d-20241213"
2777427773
};
2777527774
internals.overrideHookState = overrideHookState;
2777627775
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -28377,7 +28376,7 @@ __DEV__ &&
2837728376
exports.useFormStatus = function () {
2837828377
return resolveDispatcher().useHostTransitionStatus();
2837928378
};
28380-
exports.version = "19.1.0-www-classic-56ae4b8d-20241212";
28379+
exports.version = "19.1.0-www-classic-fb12845d-20241213";
2838128380
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2838228381
"function" ===
2838328382
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20765,7 +20765,7 @@ __DEV__ &&
2076520765
error$jscomp$0(
2076620766
"The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX."
2076720767
);
20768-
else if (canDiffStyleForHydrationWarning) {
20768+
else {
2076920769
var clientValue;
2077020770
var delimiter = (clientValue = ""),
2077120771
styleName;
@@ -23716,11 +23716,6 @@ __DEV__ &&
2371623716
allNativeEvents.add("afterblur");
2371723717
var registrationNameDependencies = {},
2371823718
possibleRegistrationNames = {},
23719-
canUseDOM = !(
23720-
"undefined" === typeof window ||
23721-
"undefined" === typeof window.document ||
23722-
"undefined" === typeof window.document.createElement
23723-
),
2372423719
hasReadOnlyValue = {
2372523720
button: !0,
2372623721
checkbox: !0,
@@ -23768,8 +23763,6 @@ __DEV__ &&
2376823763
containerTagInScope: null
2376923764
},
2377023765
didWarn = {},
23771-
MATH_NAMESPACE = "http://www.w3.org/1998/Math/MathML",
23772-
SVG_NAMESPACE = "http://www.w3.org/2000/svg",
2377323766
COMMENT_NODE = 8,
2377423767
DOCUMENT_NODE = 9,
2377523768
DOCUMENT_FRAGMENT_NODE = 11,
@@ -23923,6 +23916,8 @@ __DEV__ &&
2392323916
" "
2392423917
)
2392523918
),
23919+
MATH_NAMESPACE = "http://www.w3.org/1998/Math/MathML",
23920+
SVG_NAMESPACE = "http://www.w3.org/2000/svg",
2392623921
aliases = new Map([
2392723922
["acceptCharset", "accept-charset"],
2392823923
["htmlFor", "for"],
@@ -26773,6 +26768,11 @@ __DEV__ &&
2677326768
shouldSuspendImpl = newShouldSuspendImpl;
2677426769
};
2677526770
var isInsideEventHandler = !1,
26771+
canUseDOM = !(
26772+
"undefined" === typeof window ||
26773+
"undefined" === typeof window.document ||
26774+
"undefined" === typeof window.document.createElement
26775+
),
2677626776
passiveBrowserEventsSupported = !1;
2677726777
if (canUseDOM)
2677826778
try {
@@ -27168,7 +27168,6 @@ __DEV__ &&
2716827168
didWarnFormActionMethod = !1,
2716927169
didWarnPopoverTargetObject = !1;
2717027170
var didWarnForNewBooleanPropsWithEmptyValue = {};
27171-
var canDiffStyleForHydrationWarning = !0;
2717227171
var NORMALIZE_NEWLINES_REGEX = /\r\n?/g,
2717327172
NORMALIZE_NULL_AND_REPLACEMENT_REGEX = /\u0000|\uFFFD/g,
2717427173
xlinkNamespace = "http://www.w3.org/1999/xlink",
@@ -27499,11 +27498,11 @@ __DEV__ &&
2749927498
return_targetInst = null;
2750027499
(function () {
2750127500
var isomorphicReactPackageVersion = React.version;
27502-
if ("19.1.0-www-modern-56ae4b8d-20241212" !== isomorphicReactPackageVersion)
27501+
if ("19.1.0-www-modern-fb12845d-20241213" !== isomorphicReactPackageVersion)
2750327502
throw Error(
2750427503
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2750527504
(isomorphicReactPackageVersion +
27506-
"\n - react-dom: 19.1.0-www-modern-56ae4b8d-20241212\nLearn more: https://react.dev/warnings/version-mismatch")
27505+
"\n - react-dom: 19.1.0-www-modern-fb12845d-20241213\nLearn more: https://react.dev/warnings/version-mismatch")
2750727506
);
2750827507
})();
2750927508
("function" === typeof Map &&
@@ -27546,10 +27545,10 @@ __DEV__ &&
2754627545
!(function () {
2754727546
var internals = {
2754827547
bundleType: 1,
27549-
version: "19.1.0-www-modern-56ae4b8d-20241212",
27548+
version: "19.1.0-www-modern-fb12845d-20241213",
2755027549
rendererPackageName: "react-dom",
2755127550
currentDispatcherRef: ReactSharedInternals,
27552-
reconcilerVersion: "19.1.0-www-modern-56ae4b8d-20241212"
27551+
reconcilerVersion: "19.1.0-www-modern-fb12845d-20241213"
2755327552
};
2755427553
internals.overrideHookState = overrideHookState;
2755527554
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -28156,7 +28155,7 @@ __DEV__ &&
2815628155
exports.useFormStatus = function () {
2815728156
return resolveDispatcher().useHostTransitionStatus();
2815828157
};
28159-
exports.version = "19.1.0-www-modern-56ae4b8d-20241212";
28158+
exports.version = "19.1.0-www-modern-fb12845d-20241213";
2816028159
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2816128160
"function" ===
2816228161
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,12 +1013,7 @@ function registerDirectEvent(registrationName, dependencies) {
10131013
)
10141014
allNativeEvents.add(dependencies[registrationName]);
10151015
}
1016-
var canUseDOM = !(
1017-
"undefined" === typeof window ||
1018-
"undefined" === typeof window.document ||
1019-
"undefined" === typeof window.document.createElement
1020-
),
1021-
VALID_ATTRIBUTE_NAME_REGEX = RegExp(
1016+
var VALID_ATTRIBUTE_NAME_REGEX = RegExp(
10221017
"^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"
10231018
),
10241019
illegalAttributeNameCache = {},
@@ -12779,7 +12774,12 @@ function getListener(inst, registrationName) {
1277912774
);
1278012775
return stateNode;
1278112776
}
12782-
var passiveBrowserEventsSupported = !1;
12777+
var canUseDOM = !(
12778+
"undefined" === typeof window ||
12779+
"undefined" === typeof window.document ||
12780+
"undefined" === typeof window.document.createElement
12781+
),
12782+
passiveBrowserEventsSupported = !1;
1278312783
if (canUseDOM)
1278412784
try {
1278512785
var options = {};
@@ -17284,14 +17284,14 @@ function getCrossOriginStringAs(as, input) {
1728417284
}
1728517285
var isomorphicReactPackageVersion$jscomp$inline_1774 = React.version;
1728617286
if (
17287-
"19.1.0-www-classic-56ae4b8d-20241212" !==
17287+
"19.1.0-www-classic-fb12845d-20241213" !==
1728817288
isomorphicReactPackageVersion$jscomp$inline_1774
1728917289
)
1729017290
throw Error(
1729117291
formatProdErrorMessage(
1729217292
527,
1729317293
isomorphicReactPackageVersion$jscomp$inline_1774,
17294-
"19.1.0-www-classic-56ae4b8d-20241212"
17294+
"19.1.0-www-classic-fb12845d-20241213"
1729517295
)
1729617296
);
1729717297
Internals.findDOMNode = function (componentOrElement) {
@@ -17309,10 +17309,10 @@ Internals.Events = [
1730917309
];
1731017310
var internals$jscomp$inline_2315 = {
1731117311
bundleType: 0,
17312-
version: "19.1.0-www-classic-56ae4b8d-20241212",
17312+
version: "19.1.0-www-classic-fb12845d-20241213",
1731317313
rendererPackageName: "react-dom",
1731417314
currentDispatcherRef: ReactSharedInternals,
17315-
reconcilerVersion: "19.1.0-www-classic-56ae4b8d-20241212"
17315+
reconcilerVersion: "19.1.0-www-classic-fb12845d-20241213"
1731617316
};
1731717317
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1731817318
var hook$jscomp$inline_2316 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17677,4 +17677,4 @@ exports.useFormState = function (action, initialState, permalink) {
1767717677
exports.useFormStatus = function () {
1767817678
return ReactSharedInternals.H.useHostTransitionStatus();
1767917679
};
17680-
exports.version = "19.1.0-www-classic-56ae4b8d-20241212";
17680+
exports.version = "19.1.0-www-classic-fb12845d-20241213";

0 commit comments

Comments
 (0)