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
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
I have a <core-style/> producer whose content contains Polymer expressions. The content of the <core-style/> producer changes when the value of the Polymer expression changes, but the ShadowRoot of the <core-style/> producer is not updated (so the <core-style/> consumer doesn't get updated). I can confirm that this is what's causing the problem, as if I manually update the ShadowRoot of the <core-style/> producer, then the <core-style/> consumer gets updated.
The text was updated successfully, but these errors were encountered:
This repo just contains wrappers for the JS elements, so most bugs should be file on the primary JS repo and will then get propagated here during the next update. I added googlearchive/core-style#9 over there so you can track it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a
<core-style/>
producer whose content contains Polymer expressions. The content of the<core-style/>
producer changes when the value of the Polymer expression changes, but the ShadowRoot of the<core-style/>
producer is not updated (so the<core-style/>
consumer doesn't get updated). I can confirm that this is what's causing the problem, as if I manually update the ShadowRoot of the<core-style/>
producer, then the<core-style/>
consumer gets updated.The text was updated successfully, but these errors were encountered: