-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This only happens in Chrome.
Error in function iterateAllCssRules in ./node_modules/react-round-div/dist/utils/css-utils.js:40
Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules
./node_modules/react-round-div/dist/utils/css-utils.js:40
38 | if (styleSheet.disabled) continue;
39 |
40 | for (let index in styleSheet.cssRules) {
41 | if (!styleSheet.cssRules.hasOwnProperty(index)) continue;
42 | const rule = styleSheet.cssRules.item(Number(index));
43 | callback(rule, index);
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working