Fork me on GitHub
#re-frame
<
2022-07-25
>
Dameon23:07:14

I’m running into a weird issue where the app-db inspector in re-frame-10x prints the app db in one line. It makes the expanded values pretty tricky to read when there’s a lot of data in the DB. Anyone know why this might be happening?

p-himik06:07:44

Can you share a screenshot?

Dameon15:09:02

It ended up being that there weren’t enough records in the db to cause a wrap on the display, but the record in the DB was big enough that it was troublesome to read. As I added more records it wrapped better.

p-himik15:09:38

Maybe playing with some of these settings will make things even better: https://github.com/binaryage/cljs-devtools/blob/master/src/lib/devtools/defaults.cljs

p-himik15:09:10

IIRC, :min-expandable-sequable-count-for-well-known-types is the most important one here.