Open sorvell opened 6 years ago
The styling for unresolved is only loaded when webcomponents-bundle is used, not when the loader is used.
unresolved
In addition, WebComponents.waitFor should probably remove unresolved so users don't have to deal with this themselves.
WebComponents.waitFor
Finally, Polymer 3.0 removes unresolved at DOMContentLoaded which should likely be removed in favor of waitFor since it's not polyfill compatible.
DOMContentLoaded
waitFor
See https://jsbin.com/qegexufose/1/edit?html,output
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The styling for
unresolved
is only loaded when webcomponents-bundle is used, not when the loader is used.In addition,
WebComponents.waitFor
should probably removeunresolved
so users don't have to deal with this themselves.Finally, Polymer 3.0 removes unresolved at
DOMContentLoaded
which should likely be removed in favor ofwaitFor
since it's not polyfill compatible.See https://jsbin.com/qegexufose/1/edit?html,output