-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
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
V6 Controlled Router #7444
Comments
Do you mean a Redux-connected router? That's in-progress in another repo: supasate/connected-react-router#397 |
@timdorr
|
@timdorr can you response ? |
@joacub This is short answer - return (
- <Route location={previousLocation || location} render={() => children} />
- );
+ const element = useRoutes(routes, previousLocation || location);
+ return element
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do in v6 beta the Controlled router integration ?
The text was updated successfully, but these errors were encountered: