day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

Problem showing cljs-devtools maps #309

Closed Gregg8 closed 2 years ago

Gregg8 commented 3 years ago

I noticed what looked like a lot of unnecessary indenting in maps:

image

But then on going back to the cljs-devtools README, I realised the spaces was previously used for the index number:

image

So, I guess bring the index number back or remove the indenting for maps (but we would still want index numbers for lists/vectors).