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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The deprecation warnings should also lead you to the relevant part of this docum
26
26
27
27
### Default Hash History
28
28
29
-
`Router` used to default to creating a hash history, it no longer creates a default, you must provide one.
29
+
`Router` used to default to creating a hash history, it no longer creates a default, you must provide one. This helps keep your app's bundle size down by not including hash history no matter what history you're actually using.
0 commit comments