Fix integration with @tanstack/vue-query
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!
What's your devtools version?
Devtools: v7.2.1 Vue Query: ^5.45.0
Devtools: v7.2.1 Vue Query: ^5.45.0
Could you try the v7.3.0-beta.3, thanks.
Still doesn't work on 7.3.0-beta.3
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
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 enableDevtoolsV6Plugin: true :
export const install: Plugin = (app) => {
app.use(VueQueryPlugin, {
queryClient,
enableDevtoolsV6Plugin: true,
})
}