using defcard-rg
with an initial state, i'd expect to get a reagent.ratom/RAtom
, but i get a cljs.core/Atom
instead. am i doing something wrong? can i make it give me an RAtom
?
i'm working around this by creating an ratom and two watches (each setting the state of the other), but it feels wrong and i feel bad about it.