Skip to content

Commit 32bbe26

Browse files
authored
Upgrade React Router to v6.x (#1099)
There are a whole bunch of changes here, but most revolve around converting small components to function components or wrapping more complex ones in function components, since v6 has embraced hooks wholesale, and there's not another way to do a lot of basic navigation stuff with classes now. Part of #1082, obsoletes #1035.
1 parent bf3e55d commit 32bbe26

File tree

9 files changed

+211
-303
lines changed

9 files changed

+211
-303
lines changed

package-lock.json

Lines changed: 46 additions & 183 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react": "^18.3.1",
3838
"react-aria-modal": "^5.0.2",
3939
"react-dom": "^18.3.1",
40-
"react-router-dom": "^5.3.4",
40+
"react-router-dom": "^6.30.1",
4141
"react-tooltip": "^5.29.1",
4242
"style-loader": "^4.0.0",
4343
"webpack": "^5.101.3",

0 commit comments

Comments
 (0)