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
PolymerElement has a scriptElement property which it retrieves from ScannedPolymerElement. However, this property is always undefined. This is similar to domModule, for which in the constructor of PolymerElement, the actual domModule is retrieved. A similar fix should be used to obtain and set the correct scriptElement.
The text was updated successfully, but these errors were encountered:
PolymerElement
has ascriptElement
property which it retrieves fromScannedPolymerElement
. However, this property is always undefined. This is similar todomModule
, for which in the constructor ofPolymerElement
, the actualdomModule
is retrieved. A similar fix should be used to obtain and set the correctscriptElement
.The text was updated successfully, but these errors were encountered: