Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information