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
Same here! "vue-router": "4.3.0",
Same here ! any updates !
The issue happens when running: `deno cache --reload index.ts` This command causes the error. To fix it, please reinstall Deno completely and install it again without running the cache command....
Have the same issue!