Describe the bug
When loading the page, 'useRouteContext' is undefined.
When client side navigating to the page, it's defined.
Your Example Website or App
https://tanstack.com/router/latest/docs/framework/react/examples/basic-ssr-file-based
Steps to Reproduce the Bug or Issue
It's can be reproduced in the "basic-ssr-file-based" example. If you go from "home" to "post" in browser, the context is defined. If you reload the page while standing on "post" page, it's undefined.

Expected behavior
useRouteContext being defined both during SSR load and Client side routing.
Screenshots or Videos
No response
Platform
Linux
Additional context
No response
Describe the bug
When loading the page, 'useRouteContext' is undefined.
When client side navigating to the page, it's defined.
Your Example Website or App
https://tanstack.com/router/latest/docs/framework/react/examples/basic-ssr-file-based
Steps to Reproduce the Bug or Issue
It's can be reproduced in the "basic-ssr-file-based" example. If you go from "home" to "post" in browser, the context is defined. If you reload the page while standing on "post" page, it's undefined.
Expected behavior
useRouteContext being defined both during SSR load and Client side routing.
Screenshots or Videos
No response
Platform
Linux
Additional context
No response