9

I'm currently using the React Developer Tools chrome extension to debug a component based on React Virtualized.

As you can see in the screenshot, I was able to highlight all the cells, but I can't figure out how can I find only a Cell that has a specific key value. It seems that the search input supports Regex. enter image description here

Paul Roub
  • 36,322
  • 27
  • 84
  • 93
ValentinVoilean
  • 1,365
  • 1
  • 13
  • 22

1 Answers1

7

According to docs, right now react-dev-tools only allow searching by component names. Check here.

Upasana
  • 1,937
  • 1
  • 14
  • 17