| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | // |
| 3 | // Reproduction matrix: an interrupted query fetch leaves the atom stuck `waiting = true` and |
| 4 | // frozen on its previous value, so it is never refetched until an explicit invalidation happens. |
nothing calls this directly
no test coverage detected