aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2023-05-29 06:37:07 +0530
committerLibravatar GitHub <noreply@github.com>2023-05-29 06:37:07 +0530
commit05ddc542cc6a5a309d90350636cc1d2aee999c19 (patch)
tree33942d14edf172c1b8e4cae733b49b75ebf111b9 /src/routes.tsx
parent6.3.0-nightly.13 [skip ci] (diff)
downloadferdium-app-05ddc542cc6a5a309d90350636cc1d2aee999c19.tar.gz
ferdium-app-05ddc542cc6a5a309d90350636cc1d2aee999c19.tar.zst
ferdium-app-05ddc542cc6a5a309d90350636cc1d2aee999c19.zip
Update react-router-dom, react-tooltip & react-transition-group latest version (#1199)
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 04b6fa96f..beada5c96 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -51,6 +51,7 @@ 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
54 <HistoryRouter history={history}> 55 <HistoryRouter history={history}>
55 <Routes> 56 <Routes>
56 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}> 57 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}>