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);
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 |