bendavis78 / paper-time-picker

Material design time picker component for polymer
http://bendavis78.github.io/paper-time-picker/
MIT License
89 stars 63 forks source link

Fix inconsistent import of iron-resizable-behavior #48

Closed jonsmithers closed 7 years ago

jonsmithers commented 7 years ago

I noticed that we have two bower_component folders for the same thing: bower_components/iron-resizable/ and bower_components/iron-resizable-behavior/. I think paper-time-picker should import iron-resizable in the same manner that other components import it.

Possible maybe kind of sort of related to #44.

mikespangler commented 7 years ago

+1

This causes an error with polymer build in my project.

error: Promise rejection: Error: Expected to find at most one behavior with id Polymer.IronResizableBehavior but found 2.

This PR resolves this issue for me.