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
Hi, thanks a lot for sharing your webcomponents, Im trying to learn polymer3 and using your component, I get an error and cant find why :(, hope you can help me please :(
I create this simple component wich is importing yours :
Hi, thanks a lot for sharing your webcomponents, Im trying to learn polymer3 and using your component, I get an error and cant find why :(, hope you can help me please :(
I create this simple component wich is importing yours :
`import {PolymerElement, html} from '@polymer/polymer/polymer-element';
import '@polymer/paper-button'
import './datos/firebase-app'
import './datos/firebase-auth'
class ComponenteP3 extends PolymerElement {
static get properties() {
return {
}
customElements.define('componente-p3', ComponenteP3);`
When I use it, I get this error, please, any suggestions?:
The text was updated successfully, but these errors were encountered: