-
Notifications
You must be signed in to change notification settings - Fork 9
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
Enable chosing different Routers. #15
Comments
What's the update on that one? Thanks a lot! |
bump on this one |
I don't think it's possible. Because of new data APIs like loaders, actions, fetchers. PR is welcome. |
What are the full list of requirements for achieving this ? |
Hi, is there any update on this one? 🙏 I am trying to use new router v6 hooks (e.g useBlocker) but they can be only used within Router that supports new data API (e.g RouterProvider) 😭 I tried to get around it by nesting Looks that we cannot:
|
I'm in the exact same position as @dannutiee. Migrating a fairly large application from router v5 to v6, and got everything working up until trying to use the new data API. |
Same as @dannutiee . |
added a PR two years ago but still didn't get merged. with react-router v2 it us unfortunately not possible to use redux-react-router so we decided to not use it anymore and dropped the dependency. |
Currently main component is plain Router component. With recent changes in React-router v6.4+ some hooks can only run if you are using data routers like
createBrowserRouter
or BrowserRouter. Using embed Router component makes this library incompatible with new updates.The text was updated successfully, but these errors were encountered: