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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
@jean-maxime just had the same error when loading web-animations-next-lite.min.js via <script src="../web-animations-js/web-animations-next-lite.min.js"></script> and later on importing via <link rel="import" href="../bower_components/neon-animation/web-animations.html">
Description
When I click on the paper-menu-button and the listbox show, I've got this warnings in the console :
From the file neon-animation-runner-behavior.html:39
Here is the code I use :
<paper-menu-button> <paper-button slot="dropdown-trigger" raised> <custom-icon iconset="head" icon="medium"></custom-icon> <span>Bonjour [[username]]</span> </paper-button> <paper-listbox slot="dropdown-content"> <paper-item on-tap="_goToMyAccount"> <custom-icon iconset="option" icon="normal"></custom-icon> <span>[[localize('page account')]]</span> </paper-item> <paper-item on-tap="_logout"> <custom-icon iconset="deconnexion" icon="normal"></custom-icon> <span>[[localize('label logout')]]</span> </paper-item> </paper-listbox> </paper-menu-button>
Any idea ?
Browsers Affected
The text was updated successfully, but these errors were encountered: