day8/re-frame-10x

Add better printer for Transit$TaggedValue

Opened this issue · 0 comments

If Transit doesn't have a reader for a particular value it just flows through an opaque type, a Transit$TaggedValue. In cljs-devtools this is inspectable:

screenshot of google chrome 21-11-18 11-46-25 am

In re-frame-10x this is not:

screenshot of google chrome 21-11-18 11-46-49 am

We should figure out what the differences are between the two printers and adopt what cljs-devtools does.