We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d12b9 commit 76e1ed8Copy full SHA for 76e1ed8
contributors.yml
@@ -46,3 +46,4 @@
46
- turansky
47
- underager
48
- vijaypushkin
49
+- ThornWu
docs/getting-started/concepts.md
@@ -127,7 +127,7 @@ That's where a React Router specific `history` object comes into play. It provid
127
128
```js
129
let history = createBrowserHistory();
130
-history.listen((location, action) => {
+history.listen(({location, action}) => {
131
// this is called whenever new locations come in
132
// the action is POP, PUSH, or REPLACE
133
});
0 commit comments