Show pending component during beforeLoad-ing
Hi, does tanstack router have an easy way to display a component while beforeLoad is running? I know pendingComponent is for loaders, but in my beforeLoad i fetch an access token and do some async work and would like to display the pending component instead of just a white screen?