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 was archived by the owner on Dec 19, 2024. It is now read-only.
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