what would cause my custom objects in clojurescript to show up as #ref 12 ?
Not sure, is this a consistent issue does it happen randomly?
Also, what version are you using?
All refs should be resolved to values https://github.com/djblue/portal/blob/master/src/portal/ui/rpc.cljs#L79 and are passed around after portal has seen a given value one https://github.com/djblue/portal/blob/master/src/portal/runtime.cljc#L159.
Does your custom object satisfy the coll? predicate?
It seemed consistent yesterday but I'm having a hard time reproducing it again today... thanks for the help!
Please let me know if it pops up again, would love a way to reproduce this issue 🙏