We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I updated Polymer from 1.0.0 to 1.0.3 via bower update , my project and polymer demo(eg. paper-fab/demo/index.html) all get an error:
bower update
Uncaught TypeError: Cannot read property '_addFeature' of undefined | polymer-mini.html:1054
The text was updated successfully, but these errors were encountered:
When I rolled back to 1.0.2, everything is right
"dependencies": { "polymer": "Polymer/polymer#1.0.2", "iron-elements": "polymerelements/iron-elements#^1.0.0", "paper-elements": "polymerelements/paper-elements#^1.0.0" }
Sorry, something went wrong.
Instead of using polymer-mini.html try using full version polymer.html and see if it works.
polymer-mini.html
polymer.html
@zishanj polymer-mini.html is imported by polymer.html not by me.
Just re-tried a moment ago, still got same error. does anybody succeed upgrade to 1.0.3?
I can't repro this. Can you run bower cache clean, remove the directory, and reinstall your components?
bower cache clean
Thanks @azakus , bower cache clean works amazing.
dfreedm
No branches or pull requests
After I updated Polymer from 1.0.0 to 1.0.3 via
bower update
, my project and polymer demo(eg. paper-fab/demo/index.html) all get an error:The text was updated successfully, but these errors were encountered: