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
This issue only relates to the attribute deserialization feature of Polymer, which only operates on attributes matching property names defined in properties with a type field set.
Per current rules, data-foo would only be deserialized by Polymer if there was a dataFoo property defined. The fact that data-foo also deserializes to dataset.foo is a feature of the DOM, not Polymer, and that will happen regardless.
should result in
The text was updated successfully, but these errors were encountered: