Closed alexander-yakushev closed 1 year ago
This was fixed in https://github.com/clojure-emacs/orchard/pull/200
I should cut a release around today 👀
My bad, sorry!
No issue!
I just cut new orchard + cider-nrepl versions, as available in cider master.
The inspector has a guard in place to avoid rendering datafied representation if it the same as the plain view of the object. However, this causes plain maps to be rendered twice if the map contains at least one
nil
value. Example:Is this an expected behavior?