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
When instantly navigating away from a route (like directly inside an effect), the layout above get's undefined as route context, if the route context finishes loading after the navigation.
The example is in solid-router, but the same issue exists with react-router.