summaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-07-21 10:52:49 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-07-21 10:52:49 +0530
commitd348bc10ea600d70ee006316fdcb56eb1dba457b (patch)
tree4d72b183c92d70b442b23e4d98cde2c4242002e2 /src/routes.tsx
parent6.4.1-nightly.8 [skip ci] (diff)
downloadferdium-app-d348bc10ea600d70ee006316fdcb56eb1dba457b.tar.gz
ferdium-app-d348bc10ea600d70ee006316fdcb56eb1dba457b.tar.zst
ferdium-app-d348bc10ea600d70ee006316fdcb56eb1dba457b.zip
Revert "update react-router-dom to version 6.14.1"
and "update react-router-dom,react-tooltip& react-transition-group" This reverts commit 0a4a0497bb630dc85cfa0145d57f954feb9c052a and 345fd98dc52a3b7f0d69022b6a19818e559e4557.
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index beada5c96..04b6fa96f 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -51,7 +51,6 @@ class FerdiumRoutes extends Component<IProps> {
51 const errorProps = { error: routeProps.stores.globalError.error || {} }; 51 const errorProps = { error: routeProps.stores.globalError.error || {} };
52 52
53 return ( 53 return (
54 // @ts-expect-error
55 <HistoryRouter history={history}> 54 <HistoryRouter history={history}>
56 <Routes> 55 <Routes>
57 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}> 56 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}>