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
I found out the cause of the issue. Basically, I'm using bower link to develop my components in isolation, yet use them just like any other bower package. This means that each of these packages uses their own polymer dependency. Is there a workaround for this other than just developing everything in one large repository?
When I'm loading more than one polymer element on a page dom.js throws 'Uncaught Possible attempt to load Polymer twice'.
I'm using chrome and have the htmlimports polyfill included, any idea why this is ocurring? Am I missing something?
The text was updated successfully, but these errors were encountered: