I am trying to pass data to custom component. The example at http://www.dartlang.org/articles/web-ui/#pass-data-to-component works good.
But I'm trying to pass a JsonObject var, and it crash with this message:
Exception: type 'String' is not a subtype of type 'JsonObject' of 'value'.
So it seems like I can pass only strings and numbers data?