From 70ebc412040b5251020ed0ad1c88ce28c56e4afb Mon Sep 17 00:00:00 2001 From: Ana Maksimovskikh Date: Wed, 8 Jan 2025 01:41:17 +0000 Subject: [PATCH] Apply react-router v7 flags --- apps/web/src/main.tsx | 7 ++++++- apps/web/src/testUtils.tsx | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/apps/web/src/main.tsx b/apps/web/src/main.tsx index 07e71fa4c4..356868566d 100644 --- a/apps/web/src/main.tsx +++ b/apps/web/src/main.tsx @@ -30,7 +30,12 @@ ReactDOM.createRoot(document.getElementById("root")!).render( loading} persistor={persistor}> } onError={logError}> - + diff --git a/apps/web/src/testUtils.tsx b/apps/web/src/testUtils.tsx index aae1995c7e..3d3ac9eabb 100644 --- a/apps/web/src/testUtils.tsx +++ b/apps/web/src/testUtils.tsx @@ -79,7 +79,12 @@ const makeWrapper = }); return ( - +