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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
I have this weird issue that I'm not too sure why it is happening. I have a paper-dialog that allows me to submit a form. Once the dialog has disappeared and I want to click another button to do something, the button fails and the console logs this: Uncaught TypeError: undefined is not a function hero-transition.html
Not too sure why? I have no hero-transition on the button? Here is the button code:
I have this weird issue that I'm not too sure why it is happening. I have a
paper-dialogthat allows me to submit a form. Once the dialog has disappeared and I want to click another button to do something, the button fails and the console logs this:Uncaught TypeError: undefined is not a function hero-transition.htmlNot too sure why? I have no
hero-transitionon the button? Here is the button code:<paper-button on-tap="{{startMatch}}">NEW MATCH</paper-button>It only throws that error when I open and close a
paper-dialog. Anytime other than that, it works fine?