bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

node type filtering #371

Closed a-x- closed 5 years ago

a-x- commented 5 years ago

add please node type filtering.

so it would be possible to:

a-x- commented 5 years ago

I see: https://github.com/bvaughn/react-devtools-experimental/issues/231 https://github.com/bvaughn/react-devtools-experimental/pull/245

but as I understand node_modules sourced elements we cannot hide stil?

what about src/**-based library components every project has? e.g. we have more src/components/common components we want to hide sometimes

a-x- commented 5 years ago

Ok, I got. It's unexpectedly pleasure to see my dreams are realized! thank you

Screenshot 2019-08-09 at 12 33 52
a-x- commented 5 years ago

As I see we are currently cannot hide forwardRefs

bvaughn commented 5 years ago

As I see we are currently cannot hide forwardRefs

That doesn't sound correct:

Screen Shot 2019-08-09 at 8 48 08 AM