flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

The pop-out window doesn't work if app-db contains composite keys #41

Closed p-himik closed 6 years ago

p-himik commented 6 years ago

I just tried to use https://github.com/vimsical/subgraph and it appears to be working, but it creates keys like [:score/id 17]. The in-app re-frisk window works fine:

image But trying to invoke the pop-out window leads to

Error rendering component (in re_frisk_shell.re_com.views.main > re_com.box.v_box > re_frisk_shell.re_com.splits.h_split > re_frisk_shell.re_com.views.main_view > re_com.box.v_box > re_frisk_shell.re_com.splits.v_split > re_com.box.v_box > re_frisk_shell.re_com.splits.v_split > re_com.box.v_box > re_frisk_shell.re_com.ui.scroller > re_frisk_shell.frisk.main_frisk)

in the JS console.

borkdude commented 6 years ago

Same error when using string as key.

flexsurfer commented 6 years ago

@p-himik @borkdude thanks for your report, it's because of sorting, as workaround you can uncheck sorted, i'm working on this

flexsurfer commented 6 years ago

fixed in 0.5.3