You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use reconcile in my solid-query, it gets called multiple times on every request.
My reproducible example has 2 reconciles on every function call, but in my production code I got up to 4 reconciles on every query call
Now it got even worse: I got values from different queries with different queryKeys mixed up in the same reconcile call.
Reproducing 100% in my complex app, but can't create a simple example yet. Probably this issues are connected but if not please let me know I will invest some more time to reproduce this behavior in sandbox.
Describe the bug
When I use reconcile in my solid-query, it gets called multiple times on every request.
My reproducible example has 2 reconciles on every function call, but in my production code I got up to 4 reconciles on every query call
Your minimal, reproducible example
https://stackblitz.com/edit/tanstack-query-enmbz1vx?file=src%2FCounter.tsx,package.json
Steps to reproduce
Run stackblitz sample, look at the console - every query request triggers multiple reconciles, sometimes oldData === newData
Expected behavior
only one reconcile for every request
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Tanstack Query adapter
solid-query
TanStack Query version
5.70.0
TypeScript version
5.5.4
Additional context
No response
The text was updated successfully, but these errors were encountered: