We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useRoutes
Current version of React Router 6 integration only supports routes configured as <Route> components under <Routes>.
<Route>
<Routes>
We also need to support routes defined as objects using useRoutes hook.
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.
The text was updated successfully, but these errors were encountered:
onurtemizkan
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: