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

Support search by HOC name #298

Closed bvaughn closed 5 years ago

bvaughn commented 5 years ago

PR #295 removed the HOC portion of the name from element displayName. As a result, you can no longer search by HOC name. We could re-add this by updating the search logic to also check the hocDisplayNames strings.

bvaughn commented 5 years ago

Weird. Looks like GitHub created duplicates of this issue (#299) with duplicate labels and everything 😕