You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a Null is not a valid URL exception in generatePageCSS on line 285.
I think a hasAttribute check will solve the issue.
My situation is that I have my scene within an iframe, so I'm wondering if all the document.querySelectorAll statements are selecting from the parent document? Because there shouldn't be any styles in the iframe.
The text was updated successfully, but these errors were encountered:
LukeTOBrien
changed the title
Null is not a valid URL - Check element hasAttribut href
Null is not a valid URL - Check element hasAttribute href
Sep 27, 2019
Hello,
I'm getting a
Null is not a valid URL
exception ingeneratePageCSS
on line 285.I think a
hasAttribute
check will solve the issue.My situation is that I have my scene within an
iframe
, so I'm wondering if all thedocument.querySelectorAll
statements are selecting from the parent document? Because there shouldn't be any styles in the iframe.The text was updated successfully, but these errors were encountered: