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.
Thanks for the bug report. Indeed the core-list-dart implementation is using an expando on the data and we assumed that was OK. Turns out that expandos can't be used on numbers and strings, so we need to do something special here.
Meanwhile, the easiest way to work around this limitation is to wrap the strings in an intermediate object.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using a ObservableList of String as data field for the core-list-element but I'm getting this exception:
Where "first" is the first element of the list:
The text was updated successfully, but these errors were encountered: