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 c462219 commit 4ec1f28Copy full SHA for 4ec1f28
UPGRADE_GUIDE.md
@@ -45,7 +45,7 @@ var Foo = React.createClass({
45
render: function () {
46
var router = this.context.router;
47
var id = router.getCurrentParams().id;
48
- var searchTerm = touer.getCurrentQuery().searchTerm;
+ var searchTerm = router.getCurrentQuery().searchTerm;
49
// etc.
50
}
51
});
@@ -55,7 +55,7 @@ class Foo extends React.Component {
55
render () {
56
var { router } = this.context;
57
58
59
60
61
0 commit comments