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
Stumbled in the same problem. My <template is="dom-repeat" items="_memberUids" as="uid"> should be <template is="dom-repeat" items="[[_memberUids]]" as="uid">. This definitely needs a better error message.
Same error, I pass values from ASP.NET MVC into my Polymer views using reflectToAttribute and then I forgot {{ inside the attribute items="" of my template is="dom-repeat"
A better error message would help
Hi i having a issue when try to use
is="dom-repeat"
Polymer::Attributes: couldn`t decode Array as JSON
This is my component
The text was updated successfully, but these errors were encountered: