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
Copy file name to clipboardExpand all lines: upgrade-guides/v2.0.0.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ A codemod is much like Babel, but instead of converting your ES2015 code to ES5
36
36
37
37
We now include singleton `history` instances for you to use in the router. They are `hashHistory` (hash-based URLs) and `browserHistory` (HTML5 pushState "pretty" URLs). They include any needed history wrappers (such as `useQueries`) so you don't have to write as much boilerplate as before.
38
38
39
-
Another big change because of this is `history` is now a normal dependency. You no longer have to install and maintain `history`spearately. Batteries included!
39
+
Another big change because of this is `history` is now a normal dependency. You no longer have to install and maintain `history`separately. Batteries included!
0 commit comments