PolymerElements / paper-icon-button

A Material Design icon button
https://www.webcomponents.org/element/PolymerElements/paper-icon-button
42 stars 44 forks source link

warning by async loading in chrome #99

Open s-trooper opened 7 years ago

s-trooper commented 7 years ago

Hi, if i load this element with async attr like:

<link rel="import" href="/shared/polymer/bower_components/paper-icon-button/paper-icon-button.html" async>
<link rel="import" href="/shared/polymer/bower_components/paper-toolbar/paper-toolbar.html" async>

i get in chrome a warning but not in FF:

[paper-listbox::_flattenBehaviorsList]: behavior is null, check for missing or 404 import   polymer-micro.html:277 
[paper-item::_flattenBehaviorsList]: behavior is null, check for missing or 404 import    polymer-micro.html:277 
[paper-button::_flattenBehaviorsList]: behavior is null, check for missing or 404 import

Browsers Affected

IntranetFactory commented 7 years ago

I think the root cause of this problem is https://github.com/Polymer/polymer/issues/2522