Skip to content

Commit

Permalink
Disable IE innerHTML workaround behind a flag (#26390)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
sebmarkbage committed Mar 15, 2023
1 parent 9b26db0 commit 969ad1d
Show file tree
Hide file tree
Showing 15 changed files with 140,787 additions and 141,178 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d310d654a7c7aab6c8213da84ef36dfba82711b0
cfc1274e3be5a93a4c93f8fb87f2109993afe1dd
2 changes: 1 addition & 1 deletion compiled/facebook-www/React-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

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

// ATTENTION
// When adding new symbols to this file,
Expand Down
2 changes: 1 addition & 1 deletion compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
return self;
}

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

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactART-prod.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -9555,7 +9555,7 @@ var slice = Array.prototype.slice,
return null;
},
bundleType: 0,
version: "18.3.0-www-modern-ce2970c7",
version: "18.3.0-www-modern-990522b1",
rendererPackageName: "react-art"
};
var internals$jscomp$inline_1283 = {
Expand Down Expand Up @@ -9586,7 +9586,7 @@ var internals$jscomp$inline_1283 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-ce2970c7"
reconcilerVersion: "18.3.0-www-modern-990522b1"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1284 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Loading

0 comments on commit 969ad1d

Please sign in to comment.