manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

ensureCustomElement bug #116

Closed lilletech closed 7 years ago

lilletech commented 8 years ago

I use polymer widgets in uibinder.

The problem is that i check the source, there is some imports that are inserted multiple times ( ex: iron-icon 8 times)

in pure java, the solution should be the use of synchronized method, but in gwt this keyword has no effect in compilation result.

manolo commented 7 years ago

Can you post a small snippet with the widgets you are using in uibinder? Can you test with 1.7.0.0-SNAPSHOT ?

manolo commented 7 years ago

Fixed in 1.7.0.0