if beforeLoad is present and I refresh the page on about route, pending state don't resolve
1. go to about route
2. refresh the page
3. check the pending status of the router state
router state with status==="pending" doesn't change to idle. expected is when after the page is refreshed the status should change to idle
repro link: https://stackblitz.com/edit/tanstack-router-2kfgh9h7?file=src%2Froutes%2F__root.tsx
2. refresh the page
3. check the pending status of the router state
router state with status==="pending" doesn't change to idle. expected is when after the page is refreshed the status should change to idle
repro link: https://stackblitz.com/edit/tanstack-router-2kfgh9h7?file=src%2Froutes%2F__root.tsx
StackBlitzAman Mavai
Run official live example code for Router Quickstart File Based, created by Tanstack on StackBlitz