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
We are using polymer for our some of the components in our hybrid app. When I upgrade polymer 0.5 to 1.0 I kept seeing this error message:
polymer-micro.html:401 Uncaught TypeError: this.mixin is not a function
I have no idea what I did wrong. The components are working fine in the demo index files. When I load the component to my project, even just polymer was broken
The text was updated successfully, but these errors were encountered:
Root cause: _addHostAttributes calls this.mixin, which is defined in utils.html which is only included in polymer.html (standard layer). mixin should be moved to be included in polymer-micro.html
We are using polymer for our some of the components in our hybrid app. When I upgrade polymer 0.5 to 1.0 I kept seeing this error message:
polymer-micro.html:401 Uncaught TypeError: this.mixin is not a function
I have no idea what I did wrong. The components are working fine in the demo index files. When I load the component to my project, even just polymer was broken
The text was updated successfully, but these errors were encountered: