-
-
Notifications
You must be signed in to change notification settings - Fork 139
Remove react-router dependency #770
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestin-reviewThe item is currently being reviewed.The item is currently being reviewed.reactConcerns the React part in Piral.Concerns the React part in Piral.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestin-reviewThe item is currently being reviewed.The item is currently being reviewed.reactConcerns the React part in Piral.Concerns the React part in Piral.
New Feature Proposal
Please update the dependency to react-router to v7.
Description
Not sure if this counts as a bug or a feature, but I wanted to point out the fact that the currently used version of react-router is 4 years old. This could lead to security concerns, since versions prior to v6 are no longer supported with security updates, according to their GitHub page. Is updating to v7 feasible or would this have other side-effects which stop you from upgrading?