Tanner Linsley
Tanner Linsley
This is mainly because of our homemade transition framework that "holds" state updates to the rendered state until everything is ready. Sounds like the root route is escaping that framework....
More information here that needs to be considered, specifically for client-side SPAs: Currently: - The root route is only rendered immediately on the first paint of SPA (non-SSR) routers. This...
Relevant code: https://github.com/TanStack/router/blob/37c28cadc5ff43f6d8fdec5e2256e5391b0b1366/packages/react-router/src/router.ts#L1704-L1706
I’ll get this fixed. Thanks! Tanner Linsley TanStack LLC On Jan 16, 2025 at 6:24 AM -0700, Branislav Makan ***@***.***>, wrote: > The background animation present on all TanStack doc...
Do we have a failing test we could add for this?
1. Pretty sure this is fixed now.
This could be due to the `useQuery` that happens before the root is rendered into the shell. I'll have a closer look in a bit.
Could you please try this again with the latest release? I fixed some thing with out of order streaming.
Working hard to get them back!