vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

How to search through state? v3.5.12 #657

Closed scofield-ua closed 3 weeks ago

scofield-ua commented 3 weeks ago

Hi. Dev tools extension just updated today and now I'm not able to search through state (using pinia).

Before there was a search field above the state data, which performed a search through state keys on key input.

zcrumbo commented 3 weeks ago

Vuex is also missing the search field. I see it for component state

webfansplz commented 3 weeks ago

Thanks for the feedback, we'll support it.