In TanStack for the `UseQueryOptions` I just used ...
# javascript
h
In TanStack for the
UseQueryOptions
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?