Skip to content

Commit

Permalink
update react-router-dom and its associates solution in legacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhamed authored and vraravam committed May 28, 2023
1 parent bd0b198 commit e37389a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"react-jss": "10.10.0",
"react-loader": "2.4.7",
"react-modal": "3.16.1",
"react-router-dom": "6.4.2",
"react-router-dom": "6.11.2",
"react-sortable-hoc": "2.0.0",
"react-tooltip": "5.13.1",
"react-topbar-progress-indicator": "4.1.1",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class FerdiumRoutes extends Component<IProps> {
const errorProps = { error: routeProps.stores.globalError.error || {} };

return (
// @ts-expect-error
<HistoryRouter history={history}>
<Routes>
<Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}>
Expand Down

0 comments on commit e37389a

Please sign in to comment.