Skip to content

Upgrade to React Router v8 - #2804

Merged
MikeEdgar merged 1 commit into
streamshub:mainfrom
dyson-025:upgrade-react-router-v8
Jul 28, 2026
Merged

Upgrade to React Router v8#2804
MikeEdgar merged 1 commit into
streamshub:mainfrom
dyson-025:upgrade-react-router-v8

Conversation

@dyson-025

Copy link
Copy Markdown
Contributor

Summary

This PR upgrades the UI to React Router v8 by replacing react-router-dom with react-router and updating imports to match the v8 package structure.

Changes

  • Replaced the react-router-dom dependency with react-router.
  • Updated RouterProvider to import from react-router/dom.
  • Updated all remaining imports from react-router-dom to react-router.
  • Updated package-lock.json.

Validation

  • npm install
  • npm run build
  • npm run lint
  • ✅ Verified there are no remaining react-router-dom imports.

Signed-off-by: Aditya Aryan <erenyeager200026@gmail.com>
@dyson-025
dyson-025 force-pushed the upgrade-react-router-v8 branch from c358a24 to fc83701 Compare July 27, 2026 19:17
@sonarqubecloud

Copy link
Copy Markdown

@MikeEdgar MikeEdgar added this to the 0.14.0 milestone Jul 28, 2026
@MikeEdgar MikeEdgar linked an issue Jul 28, 2026 that may be closed by this pull request

@MikeEdgar MikeEdgar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Thanks for the contribution @dyson-025 !

@MikeEdgar
MikeEdgar merged commit 3733891 into streamshub:main Jul 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to react-router v8

2 participants