-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: filter tree/states for custom inspectors #664
feat: filter tree/states for custom inspectors #664
Conversation
✅ Deploy Preview for vue-devtools-docs canceled.
|
@vue/devtools-applet
@vue/devtools-core
@vue/devtools
@vue/devtools-api
@vue/devtools-kit
vite-plugin-vue-devtools
commit: |
Great work. But when I tested it, I found that it caused the custom inspector state don't display as expected. |
curious about that, I did not update any core logic |
You can reproduce it in the basic playground's Vuex and Vue Query panel |
@webfansplz fixed, missed something... bad js 😅 |
LGTM 🔥. Great work, bro. |
This reverts commit dce7c1e.
closes #657
Leave a Todo here, The pinia applet is very similar to the custom inspector applet, we should extract the common logic into a composable.