Closed
Description
Describe the bug
I use authentication, similar to Authenticated Routes example from documentation. So, when user is on /$lang page, if user is not authorised, user is been redirecting to /$lang/login page. It happens, but useRouteContext returns undefined instead of context. I set context in RouterProvider like this. If I reload the page, issue disappears
<RouterProvider
router={router}
context={{ auth, queryClient, showAppAlert }}
/>
I tested on 1.29.2, 1.30.1, 1.31.1, issue happens. I also tested on 1.26.21 and issue does not happen. I didn't test versions between 1.26.21 and 1.29.1
Your Example Website or App
Steps to Reproduce the Bug or Issue
It happens in our live admin panel(admin panel at all is in development, but some functionality have already been implemented)
Expected behavior
Context, if it set in router provider is always available and not undefined
Screenshots or Videos
undefined.context.issue.mov
Platform
- Version: 1.29.2-1.31.1
Additional context
No response