Replies: 1 comment 2 replies
-
I would just use Btw. Do not use component based devtools or useQueryProvider, use VueQueryPlugin only. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Am a little stuck and hoping someone will be able to help. I have a function that calls
getBaseData
where the arguments change based on a selected item (producer), which gives different fetch urls. I have things set up as follows but cant see a way of accessing the data from theuseQueries
call.At the moment an array of queries appears in the component dev tools but only shows an array of objects containing the
queryKey
andqueryFn
properties but no data from the calls. In the vue query dev tools its showing the data I want against eachqueryKey
that gets generated by the call. Is there a way to access the data through thequeryKey
? Is this expected behaviour or have I gone about it in the wrong way?Beta Was this translation helpful? Give feedback.
All reactions