-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: reactIssues related to the Sentry React SDKIssues related to the Sentry React SDKType: Improvement
Description
Problem Statement
Current version of React Router 6 integration only supports routes configured as <Route> components under <Routes>.
We also need to support routes defined as objects using useRoutes hook.
Solution Brainstorm
The current version already recreates and works on the same route object, so we may make it possible to be provided by the user, without requiring a wrapper.
FilipaBarroso, harryduong91, sventore and danieljamesryan
Metadata
Metadata
Assignees
Labels
Package: reactIssues related to the Sentry React SDKIssues related to the Sentry React SDKType: Improvement