bvaughn/react-devtools-experimental

Component filter "not equal" option

bvaughn opened this issue · 1 comments

The component "type" filter currently hides components with matching types. It could be handy for some cases to hide components with types that don't match (e.g. hide everything that's not of type Suspense).

I partially implemented this in a branch (inclusive-exclusive-filters) but I'm bailing for now because the UX and implementation both feel clunky. I think my initial intuition about not mixing inclusive and exclusive filtering was correct.