diff --git a/client.jsx b/client.jsx index 0567d34..93d17f7 100644 --- a/client.jsx +++ b/client.jsx @@ -21,7 +21,16 @@ const router = createBrowserRouter([ path: "/location", element: , }, -]); +], { + future: { + v7_startTransition: true, + v7_fetcherPersist: true, + v7_normalizeFormMethod: true, + v7_partialHydration: true, + v7_skipActionErrorRevalidation: true, + v7_relativeSplatPath: true + } +}); // render react root.render(