-
Notifications
You must be signed in to change notification settings - Fork 50
Error when opening paper-menu in version 1.5.6 #132
Comments
The issue causing this is fixed, please update your bower dependencies. |
@web-padawan I'm not using the web-animations-js dependency myself but only this component. Can I add a direct bower dependency in my bowe.json and it should work? |
Yes, you can pin it to 2.2.2 or try using 2.2.4 which should work fine. Only 2.2.3 is broken. |
@web-padawan Sorry, that did not work. I've tried with adding it to my bower.json and do a re-install: Here's my full bower:
|
@web-padawan I am experiencing this issue again when I updated all my dependencies to Polymer 2.0. Have you also experienced this issue again in Polymer 2.0? |
BTW: The warning in the console disappears when I add the import |
Description
The iron-dropdown component version 1.5.6 causes errors in the dev console when used together with
paper-menu
. This error results in that the whole app does not become scrollable anymore.To reproduce
Expected outcome
Like in version
1.5.5
that no errors happen.Actual outcome
The error happens:
Live Demo
Steps to reproduce
With this code:
Browsers Affected
The text was updated successfully, but these errors were encountered: