Patch Changes
-
fix(vue-query): allow computed ref and other reactive values as
enabledproperty in queryOptions (#10465)This fixes a regression introduced in #10452 where
queryOptionsonly accepted getter functions for theenabledproperty, but notcomputedrefs or other reactive values.Now the
enabledproperty inqueryOptionscorrectly accepts:booleanvaluesRef<boolean>ComputedRef<boolean>() => booleangetter functions(query) => booleanquery predicate functions
-
Updated dependencies []:
- @tanstack/query-core@5.99.2