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
Opening the following test case on IE11 will throw an error in the _transformElement_ function in the _style-transformer.html_ file because the element doesn't have a classList. Chrome shows the SVG element without a problem.
Opening the following test case on IE11 will throw an error in the _
transformElement
_ function in the _style-transformer.html_ file because the element doesn't have a classList. Chrome shows the SVG element without a problem.http://jsbin.com/vududa/1/edit?html,output
Could we maybe add a check for this in the starting condition, like
if(useAttr || !element.classList)
?The text was updated successfully, but these errors were encountered: