You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have the beforeLoad present and it returns any data. I am using the pending status of the router in the component. On page refresh the component remains in pending even after the page has refreshed
Which project does this relate to?
Router
Describe the bug
If we have the beforeLoad present and it returns any data. I am using the pending status of the router in the component. On page refresh the component remains in pending even after the page has refreshed
Your Example Website or App
https://stackblitz.com/edit/tanstack-router-2kfgh9h7?file=src%2Froutes%2F__root.tsx
Steps to Reproduce the Bug or Issue
router state with status==="pending" doesn't change to idle. expected is when after the page is refreshed the status should change to idle
Expected behavior
expected is when the page is refreshed the status should change to idle
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: