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 &&

0 commit comments

Comments
 (0)