TanStackOSS
    query

query

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • Succeeded
    10465

    2d8cbdeb Merge branch 'main' into fix/vue-query-options-enabled-type

    by Damian Osi...

    D
  • Succeeded
    10465

    f2220601 fix(vue-query): allow computed ref as enabled property in queryOptions Fixes #10458 The enabled property in QueryOptions type was incorrectly restricted to only accept getter functions (() => Enabled). This prevented using computed refs and other Vue reactive values. This change aligns QueryOptions.enabled type with UseQueryOptions.enabled, allowing: - boolean values - Ref<boolean> - ComputedRef<boolean> - () => boolean getter functions - (query) => boolean query predicates

    by lbo728

    l

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools