Fork me on GitHub
#om
<
2016-05-21
>
tomjack04:05:02

:keys is just documentation

tomjack04:05:55

[{[:todo-list/by-id 1] (om/get-query TodoItem)}] this query looks funny

tomjack04:05:46

I would maybe recommend you use read-local from https://github.com/untangled-web/untangled-client/blob/master/src/untangled/client/impl/om_plumbing.cljs#L15 as your read function and try to get things working after that

tomjack05:05:26

it's interesting that you want (get-in st [:todo-list/by-id 1]) to be a vector, I'm not sure if that can work