-
Notifications
You must be signed in to change notification settings - Fork 251
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
Uncaught TypeError: document.styleSheets[Symbol.iterator] is not a function #523
Comments
Está siendo fijo. Duplicado de #519. |
TypeError: document.styleSheets[Symbol.iterator] is not a function
|
@salcedogeiner Run this in devtools, please: console.log(document);
console.log(document.constructor);
console.log(document.styleSheets);
console.log(document.styleSheets.constructor); Show me what it outputs. |
So? What's the solution for this? |
If people would stop commenting on duplicated issues and confine discussion to the appropriate one, they'd notice this issue has already been solved. That's it. From now on, duplicate issues are being locked. I can't keep giving the same update to three different mobs of people at entirely asynchronous intervals. |
The error was thrown from the file-icons package.
this happens every time y start atom but the package its works perfectly
The text was updated successfully, but these errors were encountered: