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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -140,11 +140,6 @@ A reducer function that keeps track of the router state. You must to add this re
140
140
141
141
An action type that you can listen for in your reducers to be notified of route updates.
142
142
143
-
#### `push(nextLocation: LocationDescriptor)`
144
-
145
-
An action creator that you can use to update the current URL and update the browser history.
146
-
The LocationDescriptor parameter can be either as string with the path or a [LocationDescriptorObject](https://github.com/rackt/history/blob/v1.17.0/docs/Glossary.md#locationdescriptor) if you need more detailed control.
147
-
148
143
#### `routeActions`
149
144
150
145
An object that contains all the actions creators you can use to manipulate history:
0 commit comments