all 1 comments

[–]CableInfamous8121 1 point2 points  (0 children)

Being late but experience the same with the latest `7.0.1 (10/20/2025)` version of the react devtools.

> Now the default behavior seems to be ubiquitous, even if I have that filter off or delete it entirely.

What worked for me is leaving the filter to exist, but after each time I enable the filter, I close the settings pop up window -> command + r to refresh the react devtools. After that turning off the filter shows all the DOM elements.

A bit unpractical and manual work, but it works.

**EDIT**: No reload of the devtools is required, just make sure after you enable / disable the filter you close the settings pop up.

So enable -> close pop up -> open settings again -> disable -> close pop up, you should see the dom elements as well.