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

Component filter "not equal" option #303

Closed bvaughn closed 5 years ago

bvaughn commented 5 years ago

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).

bvaughn commented 5 years ago

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.