Closed fabysdev closed 7 years ago
Same issue here. Downgrading webcomponentsjs prevents indeed the issue. @fabysdev Thanks for providing the workaround!
Same issue here!
In the iron-icon declared properties, changing the default value of _meta to a function that returns the iron-meta instance fixed at least this issue for me. See https://www.polymer-project.org/2.0/docs/devguide/properties#configure-values
Not seeing the issue with webcomponents 1.0.6 in firefox
Good one. Upgrade to webcomponents 1.0.6 seems to solve the issue.
This should be fixed with the new web components release, closing.
Description
TypeError: this._meta.byKey is not a function
error in firefox and edge but not in chrome (not tested in safari, ie) when using webcomponentsjs 1.0.5, works with webcomponentsjs 1.0.4.Live Demo
http://jsbin.com/wuceranate/1/edit
Browsers Affected
Versions