Is it possible to defer a query via a enabled prop like useQuery had?
useLiveQuery doesn't seem to have an enabled prop to disable the query in the event not all the required params etc are available yet. Is there any approach to achieve that with useLiveQuery & useLiveInfiniteQuery?