You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you document what the migration would look like to workaround this removal?
We pass history to routes in other modules. It's a huge/breaking change across a bunch of our repos if we update to V6.
Hey folks - I've got a more extensive explanation regarding direct usage of history/unstable_HistoryRouter over in #9422 (comment), so I'm going to close this one out. unstable_HistoryRouter is still usable but remains undocumented because it's unstable and we're encouraging folks to use RouterProvider moving forward which has a different (but still unstable) way to navigate from outside the react tree.
What version of React Router are you using?
6.4.1
Steps to Reproduce
Docs for v6.4 are missing
unstable_HistoryRouter
.https://reactrouter.com/en/main/components/form
In v6.3 docs
unstable_HistoryRouter
was described.Expected Behavior
unstable_HistoryRouter
should be described in the docs.Actual Behavior
There is completely no information about
unstable_HistoryRouter
in the docs.The text was updated successfully, but these errors were encountered: