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
This branch (master) is for use with **react-router v6**.
@@ -153,11 +152,3 @@ Un-syncs the store from the history. The store will **no longer update** when th
153
152
history.unsubscribe();
154
153
// Store no longer updates
155
154
```
156
-
157
-
### Factory
158
-
159
-
Some utils to facilitate the migration from react-router v4/v5 to v5.1 and v6:
160
-
161
-
A simple **Router** component that just accepts a **history** as a prop.
162
-
163
-
A **withRouter** method (see [What happened to withRouter?](https://reactrouter.com/en/main/start/faq#what-happened-to-withrouter-i-need-it) for more information).
0 commit comments