getting issue with pending component
I'm working with TanStack Router and have a few questions. My use case involves calling some APIs that are common to a few child routes. I'm using the beforeLoad method in the root route to fetch this data and set it up in the route context, so each route has access to this data. However, I'm encountering some issues:
The pending component does not display when beforeLoad is fetching data for any route, whether it's the root or any child route.
The pending component does not display when the loader is loading for the __root route.
0 Replies