flexsurfer / re-frisk-remote

re-frisk remote library for debugging re-frame applications using leiningen re-frisk plugin
18 stars 5 forks source link

Javascript Objects do not expand out #14

Open jamesnyika opened 5 years ago

jamesnyika commented 5 years ago

I apologize if this is actually fixed but I cannot find a reference to where it was fixed.

I am using re-frisk-remote and my re-frame app-db contains a datascript connection (or db). I also have some data in there that is actually javascript functions but it never expands out in the view. Am I missing something or is this not supported ?

Notice the keys :re-conn and :lookuphandler these are all JS objects but they do not expand to show anything is there an exception anywhere.

Screen Shot 2019-07-13 at 7 37 00 PM