custom queryClient and prefetchQuery()

I create a custom queryClient and pass it to refine. and then I use queryClient.prefetchQuery() to fetch data but it is not show in devtools and the prefetch also seems does not work. what would be the cause?
Was this page helpful?