Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

missing this.props.children #250

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
missing this.props.children
  • Loading branch information
MehdiRaash authored Oct 15, 2016
commit 214a31a7c9fa4384e9c3855b8e1d1d37736d0914
1 change: 1 addition & 0 deletions lessons/07-more-nesting/modules/Repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default React.createClass({
<li><Link to="/repos/reactjs/react-router">React Router</Link></li>
<li><Link to="/repos/facebook/react">React</Link></li>
</ul>
{this.props.children}
</div>
)
}
Expand Down