Silence React Router future warnings in tests

This commit is contained in:
2026-03-28 15:50:27 +01:00
parent 0694cba722
commit 686a4d18b9
4 changed files with 4 additions and 4 deletions
@@ -163,7 +163,7 @@ function renderLoop(initialPath: string) {
<I18nProvider>
<ConfirmProvider>
<PromptProvider>
<MemoryRouter initialEntries={[initialPath]}>
<MemoryRouter initialEntries={[initialPath]} future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<LocationIndicator />
<Routes>
<Route path="/dashboard" element={<DashboardView />} />