Fork me on GitHub
#clojurescript
<
2024-01-20
>
Drew Verlee22:01:58

What would be the equivalent of (js/console.log (.. event -target -value)) using cljs-bean.core's ->clj? I was thinking it was (-> event ->clj :target :value js/console.log) bu that seems to print null

hiredman22:01:11

Is ->clj recursive? you may need to call it twice

hiredman22:01:05

I guess that means it is