Fork me on GitHub
#reagent
<
2023-06-26
>
Ben Lieberman21:06:40

Is there a way to get more out of the React Devtools than this argv followed by a function name that looks like compiler output? All I see is argv (undefined) {f foo$bar$baz() {}}

Roman Liutikov21:06:35

Nope. But if you have custom formatters enabled you can press on a tiny “bug” button in react dev tools to console log props and custom formatters will take care of visualising Clojure data structure

2