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
Polymer 1.x had a guarantee that should not change in Polymer 2.x, namely that client dom is "ready" when observers fire. This is currently not the case as demonstrated here (see console output).
Polymer 1.x had a guarantee that should not change in Polymer 2.x, namely that client dom is "ready" when observers fire. This is currently not the case as demonstrated here (see console output).
http://jsbin.com/desohol/edit?html,output
We can address this by slighting changing how notifications are handled when a host has not initialized its client dom.
The text was updated successfully, but these errors were encountered: