-
-
Couldn't load subscription status.
- Fork 3.5k
Closed
Labels
Description
Describe the bug
When clicking the restore loading button with a combination of react-query-devtools and json-server, a bug occurs causing an infinite wait.
However, downgrading to version 4 resolves the issue and it works normally.
Your minimal, reproducible example
n/a
Steps to reproduce
n/a
Expected behavior
In version ^4.36.1, the Promise object is fulfilled, but in version ^5.26.3, it remains in a pending state.
How often does this bug happen?
Every time
Screenshots or Videos
| v^4.36.1 | v^5.26.3 |
|---|---|
![]() |
![]() |
Platform
- macOS
- browser: chrome(122.0.6261.112)
Tanstack Query adapter
None
TanStack Query version
v5.26.3
TypeScript version
v5.3.3
Additional context
n/a

