Skip to content
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

Open
teziovsky opened this issue Jun 13, 2024 · 8 comments
Open

Fix integration with @tanstack/vue-query #440

teziovsky opened this issue Jun 13, 2024 · 8 comments
Labels
ecosystem With Vue Ecosystem upstream Related to an upstream issue

Comments

@teziovsky
Copy link

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!

@webfansplz
Copy link
Member

What's your devtools version?

@teziovsky
Copy link
Author

Devtools: v7.2.1
Vue Query: ^5.45.0

@webfansplz
Copy link
Member

Devtools: v7.2.1 Vue Query: ^5.45.0

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

@teziovsky
Copy link
Author

Still doesn't work on 7.3.0-beta.3

447531036_448401977908634_9023729026126158620_n

@webfansplz
Copy link
Member

Can you provide a mini repo? thanks.

@webfansplz webfansplz added the need reproduction Reproduction is needed label Jun 13, 2024
@teziovsky
Copy link
Author

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

@webfansplz
Copy link
Member

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 webfansplz added upstream Related to an upstream issue and removed need reproduction Reproduction is needed labels Jun 13, 2024
@alexzhang1030 alexzhang1030 added the ecosystem With Vue Ecosystem label Jun 19, 2024
@reslear
Copy link
Contributor

reslear commented Jun 24, 2024

@teziovsky just add enableDevtoolsV6Plugin: true :

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecosystem With Vue Ecosystem upstream Related to an upstream issue
Projects
None yet
Development

No branches or pull requests

4 participants