Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

2.0-preview issues with async imports #206

Open
valdrinkoshi opened this issue Mar 5, 2017 · 2 comments
Open

2.0-preview issues with async imports #206

valdrinkoshi opened this issue Mar 5, 2017 · 2 comments

Comments

@valdrinkoshi
Copy link
Member

When <paper-tabs> is imported asynchronously, the element is not correctly layout.
http://jsbin.com/taqotul/7/edit?html,output

@Tundon
Copy link

Tundon commented Mar 14, 2017

@valdrinkoshi I believe the issue is because the polymer.html is imported async. If you had imported polymer.html up front, <paper-tabs> would work correctly whether imported async.

@valdrinkoshi
Copy link
Member Author

It should be possible to load asynchronously dependencies. In the example I'm loading paper-tabs import only, which synchronously load polymer.html.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants