We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2b74a commit e50fd4dCopy full SHA for e50fd4d
packages/app/config/polyfills.js
@@ -15,7 +15,9 @@ g.cosmiconfig = {};
15
g.prettier = {};
16
g.jsdom = {
17
JSDOM: {
18
- fragment: function(htmlString) {
+ // IE11 support
19
+ // eslint-disable-next-line object-shorthand
20
+ fragment: function fragment(htmlString) {
21
const div = document.createElement('div');
22
div.innerHTML = htmlString.trim();
23
0 commit comments