portal

plexus 2023-08-16T11:43:09.742469Z

what would cause my custom objects in clojurescript to show up as #ref 12 ?

djblue 2023-08-16T17:06:31.039719Z

Not sure, is this a consistent issue does it happen randomly?

djblue 2023-08-16T17:07:07.525449Z

Also, what version are you using?

djblue 2023-08-16T17:11:50.329099Z

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.

djblue 2023-08-16T17:13:24.760349Z

Does your custom object satisfy the coll? predicate?

plexus 2023-08-17T15:47:21.605839Z

It seemed consistent yesterday but I'm having a hard time reproducing it again today... thanks for the help!

👍 1
djblue 2023-08-18T03:46:59.021969Z

Please let me know if it pops up again, would love a way to reproduce this issue 🙏