Lara Raoof
Lara Raoof
Hi , Same Here ! I notice that when I delete the variable that bind in slots of template the error will disappear!
I am using Vue one `@tanstack/vue-query` I have latest packages: ``` "@tanstack/vue-query": "^5.59.13", ``` i get this error: ``` Uncaught (in promise) TypeError: client.defaultQueryOptions is not a function at ComputedRefImpl.fn...
I solved my downgrade the version to : `"@tanstack/vue-query": "^4.37.1",` I hope to fix this issue I also created issue here https://github.com/TanStack/query/issues/8198