I have a component that uses useQuery from React Query like this:
useQuery
const { data } = useQuery( ["products", selectedStore], fetchProd