<Outlet /> component and the element attribute no longer exist.<Routes>
<AuthRoutes />
<FinanceRoutes />
<CalendarRoutes />
</Routes>
function AuthRoutes = () => {
return <Route path="" element={<I18nProvider namespaces={['auth']}><Outlet /></I18nProvider>}>
<Route path=... element=... />
<Route path=... element=... />
<Route path=... element=... />
</Route>
}