Skip to content

Commit 363381c

Browse files
committed
PROCESS: Updated react-router package. (2)
1 parent dd23b8b commit 363381c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/App.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ function App() {
3232
<StrictMode>
3333
<BrowserRouter future={{
3434
v7_relativeSplatPath: true,
35+
v7_startTransition: true,
36+
v7_fetcherPersist: true,
37+
v7_normalizeFormMethod: true,
38+
v7_partialHydration: true,
39+
v7_skipActionErrorRevalidation: true,
3540
}}
3641
>
3742
<Menu {...{backend, user, setUser}} />

0 commit comments

Comments
 (0)