I am trying to migrate to Polymer 1.0 and getting so many errors! I have followed the migration guide, and I think I got everything.
The first weird thing is that all the content loads twice, one copy above the other. All the JS on the page runs twice as well.
Another error I am getting is "Uncaught TypeError: t.log.split is not a function". Also lots of "[iron-icon::_updateIcon]: could not find iconset icons
, did you import the iconset?" even though I have definitely imported iron-icons before iron-iconset.
I know this question is way too general, but does anyone have a suggestion of how to debug these kinds of issues?
core-icon
orpaper-icon-button
, they automatically imported iron-icons.html, but you have to import it specifically in 1.0 – Aravind[iron-icon::_updateIcon]: could not find iconset `social`, did you import the iconset?
. I have all the imports that are necessary included in my head. I am using a Meteor project and trying to migrate to 1.0. If I find a solutions, I will let you know. Using the WebComponentsReady event before displaying the template did make the icon appear, but caused other issues. Happy migration..better start building the layout again from scratch – Mattijs