I have a small feature request for Pathom-Viz: Can the list of Requests be shown with most recent request at the top?
Happy to make a PR if you're open to it
So, I'm playing around with the pathom-viz. I'm getting The required JS dependency "react" is not available, it was required by "cljsjs/react.cljs".
when running ./scripts/dev-electron
. I'm not well versed with the ecosystems. Is this a problem?
I think you need to run npm install
I agree, PR is welcome 👍
is there an easy way in pathom 2.2.x to return nil for not found keys instead of :pathom/not-found
?
@mss the built in elide-special-outputs-plugin would do that.
Appreciate the response!