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 2e1e1cf commit 1b4333eCopy full SHA for 1b4333e
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