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
The included element was never upgrading because it is an extension
element, and CustomStyleInterface boots up async due to
webcomponents/shadycss@33512fc and misses the resync.
This is solved by making a real element.
Also, this test wasn't really "late", so the `<custom-style>` is
asynchronous now
Fixes#4501
Looks like webcomponents/shadycss@33512fc caused the custom-style-late tests to fail.
These tests are weird holdovers from Polymer 1.x and should be rewritten, but the issue may persist after rewriting.
The text was updated successfully, but these errors were encountered: