SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 0 TypeScript

fix(query-core): make sure we don't invoke select too often when using placeholderData (#9007)

* fix(query-core): make sure we don't invoke select too often when using placeholderData

* ref: run through placeholderData first, then through

this helps us memoizing select calls, and we can get rid of some duplication around how select is called again after placeholderData

* chore: skip-nx-cache attempt

* test: increase timeout

* chore: re-enable caching
D
Dominik Dorfmeister committed
38178bade2ca3200c93b691f4dee3fd437b5ee51
Parent: d5ba5d1
Committed by GitHub <noreply@github.com> on 4/12/2025, 2:20:58 PM