Closed
Description
Building on top of #360
We could probably improve the search UX in a couple of ways:
- Visually indicate when the "match" is because of a HOC name, e.g.
- Match built-in HOC types (e.g. searching "me" should match
React.memo
HOCs, searching "f" should matchReact.forwardRef
, etc.)
Originally reported via bvaughn/react-devtools-experimental#365