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
We have two checkbox components loaded over a slow network. We want to let the user click them at their own pace (not waiting for the response), but then we want to show them correctly once the response comes back.
Yet the old state flashes up until the final response arrives.
Describe the bug
We have two checkbox components loaded over a slow network. We want to let the user click them at their own pace (not waiting for the response), but then we want to show them correctly once the response comes back.
Yet the old state flashes up until the final response arrives.
See the example.
Your minimal, reproducible example
https://stackblitz.com/edit/solidjs-templates-9nqn4w?file=src%2FAppComp.tsx
Steps to reproduce
Expected behavior
The first checkbox to wait in the pending state until the second is resolved, or at least show the correct (new) state.
How often does this bug happen?
Every time
Screenshots or Videos
Platform
Tanstack Query adapter
solid-query
TanStack Query version
5.59.0
TypeScript version
5.1.3
Additional context
No response
The text was updated successfully, but these errors were encountered: