Skip to content

Unhandled Runtime Error #6

@mramitpatel

Description

@mramitpatel

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions