### Describe the bug const data = React.use(query.promise) ### Your minimal, reproducible example https://codesandbox.io/p/github/ckarli/tanstack-suspense-demo/ ### Steps to reproduce Page refresh indicator doesn't stop when using use(promise) with experimental_prefetchInRender enabled ### Expected behavior It should stop when promise returns data ### How often does this bug happen? Every time ### Screenshots or Videos https://github.com/user-attachments/assets/394004d3-be1e-4e13-a078-b71849e5e891 ### Platform Latest chrome ### Tanstack Query adapter react-query ### TanStack Query version 5.90.20 ### TypeScript version 5.9.3 ### Additional context On production, after 60 second indicator stops.It goes on indefinitely on local dev.