We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e1e1cf + 1b4333e commit 0ae7c09Copy full SHA for 0ae7c09
docs/guides/overview.md
@@ -283,7 +283,7 @@ var Message = React.createClass({
283
});
284
```
285
286
-Assuming the user navigates to `/inbox/123`, `this.props.messageId` is
+Assuming the user navigates to `/inbox/123`, `this.props.params.messageId` is
287
going to be `'123'`. Check out the [AsyncState][AsyncState] mixin to see
288
how you can turn this parameter into state on your component. Or for a
289
more basic approach, make an ajax call in `componentDidMount` with the
0 commit comments