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
Using parent route context that is computed from an async beforeLoad function can cause the context to resolve in a child route's async beforeLoad to undefined. This causes unexpected errors because the context type does not expect undefined to be a valid value.
A version of this issue was previously reported and considered solved (#4998 (comment)).