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
Which results in a decode exception, because the encode for Seqable tries to encode to a JsonArray. I believe this is caused by clojure maps being both Maps and Seqables, and the clojure dispatch logic may need a more specific extension.
The text was updated successfully, but these errors were encountered:
Which results in a decode exception, because the
encode
for Seqable tries to encode to aJsonArray
. I believe this is caused by clojure maps being both Maps and Seqables, and the clojure dispatch logic may need a more specific extension.The text was updated successfully, but these errors were encountered: