Pending Component not working properly!
After trying things out looks like if i make the load function async it works! And renders the pending component:
But for the before load function it still behaves the same! Even though I pass async functions.
But beforeLoad time should also be considered for waiting! Becuase without before load we are not given any option to update the router context! What do I do now? becaase i was needing to share my fetched session via context! and not by calling the tanstack use query everytime!
But for the before load function it still behaves the same! Even though I pass async functions.
But beforeLoad time should also be considered for waiting! Becuase without before load we are not given any option to update the router context! What do I do now? becaase i was needing to share my fetched session via context! and not by calling the tanstack use query everytime!