Skip to content

Commit 969ad1d

Browse files
committed
Disable IE innerHTML workaround behind a flag (#26390)
We don't need this workaround for SVG anymore and we don't need to workaround MSApp's security model since Windows 10. DiffTrain build for [cfc1274](cfc1274)
1 parent 9b26db0 commit 969ad1d

15 files changed

+140787
-141178
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d310d654a7c7aab6c8213da84ef36dfba82711b0
1+
cfc1274e3be5a93a4c93f8fb87f2109993afe1dd

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-modern-9bafe2f6";
30+
var ReactVersion = "18.3.0-www-modern-addde25e";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-classic-d10ee72f";
72+
var ReactVersion = "18.3.0-www-classic-773bb029";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9555,7 +9555,7 @@ var slice = Array.prototype.slice,
95559555
return null;
95569556
},
95579557
bundleType: 0,
9558-
version: "18.3.0-www-modern-ce2970c7",
9558+
version: "18.3.0-www-modern-990522b1",
95599559
rendererPackageName: "react-art"
95609560
};
95619561
var internals$jscomp$inline_1283 = {
@@ -9586,7 +9586,7 @@ var internals$jscomp$inline_1283 = {
95869586
scheduleRoot: null,
95879587
setRefreshHandler: null,
95889588
getCurrentFiber: null,
9589-
reconcilerVersion: "18.3.0-www-modern-ce2970c7"
9589+
reconcilerVersion: "18.3.0-www-modern-990522b1"
95909590
};
95919591
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
95929592
var hook$jscomp$inline_1284 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

0 commit comments

Comments
 (0)