Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Runtime Error #6

Open
mramitpatel opened this issue Jun 24, 2022 · 0 comments
Open

Unhandled Runtime Error #6

mramitpatel opened this issue Jun 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mramitpatel
Copy link

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

@drinking-code drinking-code added the bug Something isn't working label Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants