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
In our app-db there is a path where [:task] where the value of :task is a map with 3 keys. It looks like you can't expand the map in the UI if there is 3 or less keys. The problem is that the values of those three keys is quite long and it hides the other keys.
With the side bar expanded all the way accross the screen I can still only even see 2 of the three top level keys because I can't expand it.
Like I would be if there were more than 3 keys
Can you remove that check for more than 3 keys to expand, or make it a setting?
Factory Reset
yes
10x Version
1.9.8
Reagent Version
1.2
React Version
17
re-frame Version
1.4
What browsers are you seeing the problem on?
Chrome
Relevant console output
No response
The text was updated successfully, but these errors were encountered:
We depend on cljs-devtools for this functionality. You can configure cljs-devtools with :min-expandable-sequable-count-for-well-known-types 0 for the UX you describe. Here's how that would look within re-frame-10x/example/shadow-cljs.edn:
What happened?
In our app-db there is a path where [:task] where the value of :task is a map with 3 keys. It looks like you can't expand the map in the UI if there is 3 or less keys. The problem is that the values of those three keys is quite long and it hides the other keys.
With the side bar expanded all the way accross the screen I can still only even see 2 of the three top level keys because I can't expand it.
Like I would be if there were more than 3 keys
Can you remove that check for more than 3 keys to expand, or make it a setting?
Factory Reset
10x Version
1.9.8
Reagent Version
1.2
React Version
17
re-frame Version
1.4
What browsers are you seeing the problem on?
Chrome
Relevant console output
No response
The text was updated successfully, but these errors were encountered: