vuejs / devtools

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

Component text name search doesn't find children of KeepAlive #601

Open jacobg opened 2 months ago

jacobg commented 2 months ago

But if selecting component via dom, it does pull it up.

alexzhang1030 commented 2 months ago

Hi, I cannot reproduce it, can you please provide a minimal reproduction? Thanks

alexzhang1030 commented 2 months ago

Are you using functional component?

jacobg commented 2 months ago

No, I don't think so. We do use RouterView, KeepAlive, and <component :is=""">. I'll have to work on an MRE.