You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In re-frame-10x this is not:
We should figure out what the differences are between the two printers and adopt what cljs-devtools does.
The text was updated successfully, but these errors were encountered:
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:In re-frame-10x this is not:
We should figure out what the differences are between the two printers and adopt what cljs-devtools does.
The text was updated successfully, but these errors were encountered: