Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I search for a component with specific key in React Developer Tools?

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

like image 449
ValentinVoilean Avatar asked Jun 28 '17 11:06

ValentinVoilean


Video Answer


1 Answers

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

like image 175
Upasana Avatar answered Sep 23 '22 19:09

Upasana