Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants