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
render(component,dataOrElement,parent){// If the passed `component` comes from a different version of metal-component than `Component` this check will failif(componentinstanceofComponent){this.patch(component);}else{returnrenderFunction(this,component,dataOrElement,parent);}}
The text was updated successfully, but these errors were encountered:
The code in question.
The text was updated successfully, but these errors were encountered: