reagent

liebs 2023-06-26T21:08:40.158809Z

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 Liutikov 2023-06-26T21:13:35.491219Z

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

🙏🏻 1
liebs 2023-06-26T21:15:34.445019Z

Cool, thanks!