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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Am a little stuck and hoping someone will be able to help. I have a function that calls
getBaseDatawhere 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 theuseQueriescall.At the moment an array of queries appears in the component dev tools but only shows an array of objects containing the
queryKeyandqueryFnproperties but no data from the calls. In the vue query dev tools its showing the data I want against eachqueryKeythat 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