diff --git a/src/router/AppRoutes.jsx b/src/router/AppRoutes.jsx
index ad38bc2d..6fbeefa0 100644
--- a/src/router/AppRoutes.jsx
+++ b/src/router/AppRoutes.jsx
@@ -51,7 +51,7 @@ const router = createBrowserRouter(
},
{
element: ,
- errorElement:,
+ errorElement: ,
children: [
{
element: ,
@@ -90,6 +90,10 @@ const router = createBrowserRouter(
future: {
v7_relativeSplatPath: true,
v7_startTransition: true,
+ v7_fetcherPersist: true,
+ v7_normalizeFormMethod: true,
+ v7_partialHydration: true,
+ v7_skipActionErrorRevalidation: true,
},
}
);