Setting Router Context with result of react hook
This is how we handled it using tanstack-router previously:
This enables us to use the api during the load function of routes like:
The problem now is that with tanstack-start we see no option to manually set the <RouterProvider /> ourselves since its being set interally by <StartClient />
Is there any way to get this working? Or do we have to change the way we are using the api?