Skip to content

Commit

Permalink
fix: Fix customTheme on IE11 (#11811)
Browse files Browse the repository at this point in the history
The construct-style-sheets-polyfill v2
breaks webcomponentsjs polyfill
attachShadow. This is not a problem in v3

closes #11713
  • Loading branch information
caalador authored Oct 15, 2021
1 parent e818072 commit 366fe59
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ static Map<String, String> getDefaultDependencies() {

// Constructable style sheets is only implemented for chrome,
// polyfill needed for FireFox et.al. at the moment
defaults.put("construct-style-sheets-polyfill", "2.4.16");

defaults.put("construct-style-sheets-polyfill", "3.0.4");
return defaults;
}

Expand Down

0 comments on commit 366fe59

Please sign in to comment.