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 clojurescript the state ratom would typically be defined with defonce instead of with def. Doing so would ensure that the state of the application is kept when new changes are saved (be it in cljs files or stylesheets).