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
There are a few errors in the console that we should take care of. As far as I can tell these aren't breaking anything (we've had these errors for as long as I can remember) but it would be great to clear them up.
Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'.
The first looks like a file path issue (explore_header.css exists in another directory)
The second looks iffy-I don't see the language-filter css file although I do see the .less file
I'm not sure about the node, but my guess is that it's referring to a DOM node that's being operated on
The text was updated successfully, but these errors were encountered:
There are a few errors in the console that we should take care of. As far as I can tell these aren't breaking anything (we've had these errors for as long as I can remember) but it would be great to clear them up.
/asset/style/explore_header.css
asset/plugin/phuzzy-language-filter/dist/styles/phuzzy-language-filter.css
The first looks like a file path issue (explore_header.css exists in another directory)
The second looks iffy-I don't see the language-filter css file although I do see the .less file
I'm not sure about the node, but my guess is that it's referring to a DOM node that's being operated on
The text was updated successfully, but these errors were encountered: