Hildebrandt Tobias
07/24/2024, 1:11 PMUseQueryOptions
I just used a boolean for enabled
.
But now, after updating, it want's a Enabled<TQueryFnData, TError, TQueryData, TQueryKey>
and don't really know how to use it. Is it just enabled = { previousQuery.isSuccess }
or similar? Is that the intended way?