devtools-next icon indicating copy to clipboard operation
devtools-next copied to clipboard

Fix integration with @tanstack/vue-query

Open teziovsky opened this issue 1 year ago • 8 comments

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!

teziovsky avatar Jun 13 '24 07:06 teziovsky

What's your devtools version?

webfansplz avatar Jun 13 '24 07:06 webfansplz

Devtools: v7.2.1 Vue Query: ^5.45.0

teziovsky avatar Jun 13 '24 08:06 teziovsky

Devtools: v7.2.1 Vue Query: ^5.45.0

Could you try the v7.3.0-beta.3, thanks.

webfansplz avatar Jun 13 '24 08:06 webfansplz

Still doesn't work on 7.3.0-beta.3

447531036_448401977908634_9023729026126158620_n

teziovsky avatar Jun 13 '24 08:06 teziovsky

Can you provide a mini repo? thanks.

webfansplz avatar Jun 13 '24 08:06 webfansplz

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

teziovsky avatar Jun 13 '24 08:06 teziovsky

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 🙏.

webfansplz avatar Jun 13 '24 13:06 webfansplz

@teziovsky just add enableDevtoolsV6Plugin: true :

export const install: Plugin = (app) => {
  app.use(VueQueryPlugin, {
    queryClient,
    enableDevtoolsV6Plugin: true,
  })
}

reslear avatar Jun 24 '24 17:06 reslear