TanStack
OSS
query
Sign in / Sign up
Open main menu
query
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
10984
f9b201eb Merge branch 'main' into docs/queries-select-typing
by Jonghyeon Ko
J
Succeeded
10984
6d3de441 docs: document the `select` typing caveat for parallel-queries hooks Inlining a `select` on a query object passed to `useQueries` / `useSuspenseQueries` can't infer its `data` argument from the sibling `queryFn` and falls back to `unknown` — a known TypeScript limitation (TanStack/query#6556). Document the two workarounds (annotate the `select` parameter, or define the query with the `queryOptions` helper) in the React docs, and add type tests guarding the behavior. Scoped to React for an easier review; the other framework adapters can follow the same pattern in separate PRs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jonghyeon Ko
J
Canceled
10984
6d3de441 docs: document the `select` typing caveat for parallel-queries hooks Inlining a `select` on a query object passed to `useQueries` / `useSuspenseQueries` can't infer its `data` argument from the sibling `queryFn` and falls back to `unknown` — a known TypeScript limitation (TanStack/query#6556). Document the two workarounds (annotate the `select` parameter, or define the query with the `queryOptions` helper) in the React docs, and add type tests guarding the behavior. Scoped to React for an easier review; the other framework adapters can follow the same pattern in separate PRs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jonghyeon Ko
J
Succeeded
10984
4b71638f Merge branch 'main' into docs/queries-select-typing
by Jonghyeon Ko
J
Failed
10984
51f4d08e docs: document the `select` typing caveat for parallel-queries hooks Inlining a `select` on a query object passed to `useQueries` / `useSuspenseQueries` can't infer its `data` argument from the sibling `queryFn` and falls back to `unknown` — a known TypeScript limitation (TanStack/query#6556). Document the two workarounds (annotate the `select` parameter, or define the query with the `queryOptions` helper) in the React docs, and add type tests guarding the behavior. Scoped to React for an easier review; the other framework adapters can follow the same pattern in separate PRs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jonghyeon Ko
J
Failed
10984
a573e028 docs: document the `select` typing caveat for parallel-queries hooks Inlining a `select` on a query object passed to `useQueries` / `useSuspenseQueries` can't infer its `data` argument from the sibling `queryFn` and falls back to `unknown` — a known TypeScript limitation (TanStack/query#6556). Document the two workarounds (annotate the `select` parameter, or define the query with the `queryOptions` helper) in the React docs, and add type tests guarding the behavior. Scoped to React for an easier review; the other framework adapters can follow the same pattern in separate PRs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jonghyeon Ko
J
Succeeded
10984
bb8f37a6 docs: document the `select` typing caveat for parallel-queries hooks Inlining a `select` on a query object passed to `useQueries` / `useSuspenseQueries` can't infer its `data` argument from the sibling `queryFn` and falls back to `unknown` — a known TypeScript limitation (TanStack/query#6556). Document the two workarounds (annotate the `select` parameter, or define the query with the `queryOptions` helper) in the React docs, and add type tests guarding the behavior. Scoped to React for an easier review; the other framework adapters can follow the same pattern in separate PRs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jonghyeon Ko
J
Failed
10984
8880f460 docs: document the `select` typing caveat for parallel-queries hooks Inlining a `select` on a query object passed to useQueries / useSuspenseQueries / createQueries / injectQueries can't infer its `data` argument from the sibling `queryFn` and falls back to `unknown` — a known TypeScript limitation (TanStack/query#6556). Document the two workarounds (annotate the `select` parameter, or define the query with the `queryOptions` helper) across the React, Preact, Solid, Vue, Svelte and Angular docs, and add type tests guarding the behavior in each framework. The caveat is surfaced via the React reference docs (shared with Solid/Vue), the shared parallel-queries guide (shared with Preact/Angular), and JSDoc `@remarks` on the Preact/Svelte/Angular source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
by Jonghyeon Ko
J
Previous page
Previous
Next
Next page