-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Fix integration with @tanstack/vue-query #440
Comments
What's your devtools version? |
Devtools: v7.2.1 |
Could you try the v7.3.0-beta.3, thanks. |
Can you provide a mini repo? thanks. |
Now I see that Vue Query Devtools doesn't work even in the standard Vue Developer Tools chrome extension 🤔 It could be an issue with Vue Query |
Thanks for the feedback, Can you open an issue to the Vue Query repo? thank you 🙏. |
@teziovsky just add export const install: Plugin = (app) => {
app.use(VueQueryPlugin, {
queryClient,
enableDevtoolsV6Plugin: true,
})
} |
Hi 👋🏼
I'm having issues with the Vue Query integration in my project. It was working fine before, but now it has stopped functioning.
Could you please identify and fix the problem?
Thanks!
The text was updated successfully, but these errors were encountered: