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
{{ message }}
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,8 @@ An object that contains all the actions creators you can use to manipulate histo
146
146
147
147
*`push(nextLocation: LocationDescriptor)`
148
148
*`replace(nextLocation: LocationDescriptor)`
149
-
*`go(nextLocation: LocationDescriptor)`
150
-
*`goForward(nextLocation: LocationDescriptor)`
151
-
*`goBack(nextLocation: LocationDescriptor)`
149
+
*`go(n: number)`
150
+
*`goForward()`
151
+
*`goBack()`
152
152
153
153
The most common action is to push a new URL via `routeActions.push(...)`. These all directly call the analogous [history methods](https://github.com/rackt/history/blob/master/docs/GettingStarted.md#navigation).
0 commit comments