useRouteContext is not waiting for `beforeLoad` function
I have a problem in solid:
Sometimes when doing navigation,
routeContext() doesn't have user prop, but in beforeLoad function I always set this, what's the problem?2 Replies
equal-aqua•2w ago
is it this issue? https://github.com/TanStack/router/issues/4998
absent-sapphireOP•2w ago
Yes, exactly!
Subscribed for that, thank you!