When not including webcomponentsjs
, a script in <head>
after imports will break unresolved
attribute
#1723
Labels
webcomponentsjs
, a script in <head>
after imports will break unresolved
attribute
#1723
This is because we synchronously try to remove the attribute in this case, but
document.body
does not exist yet.The text was updated successfully, but these errors were encountered: