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
fix(app): fix ODD current run redirect whitescreen (#15753)
wraps the ODD current run redirect Route in a Routes component to fix
the whitescreen error "A <Route> is only ever to be used as the child of
<Routes> element, never rendered directly. Please wrap your <Route> in a
<Routes>." Moves the TopLevelRedirects component inside of the
ErrorBoundary to avoid whitescreens (though reload would still trigger
the error boundary in this case)
0 commit comments