Rerun root route's beforeLoad when calling router.invalidate()?
I have an app where you may log in. When I log in, I'd like to rerun beforeLoad so that
context.user is no longer null. As for React Start, it looks like beforeLoad is exclusively ran on the server, even with ssr: "data-only". This means once the page is loaded, all context from the root route is "stuck" until the page is hard refreshed, not even router.invalidate() can make beforeLoad run.