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
this must go not in the db but in the events section, like debug event , for example when you want to print some complex data , its really hard to read it in console, in re-frisk it would be more convinient
flexsurfer
changed the title
Implement simple way to debug in re-frisk
Implement a simple way to debug (println) in re-frisk
Mar 18, 2021
For example
(dispatch [:re-frisk/debug [:test value]])
-> :app-db -> :re-frisk/debug -> :testor
(dispatch [:re-frisk/log [:test value]])
-> :app-db -> :re-frisk/log -> time :testThe text was updated successfully, but these errors were encountered: