Children are required
parent
370f5f0a11
commit
d6b74becfc
|
@ -23,6 +23,8 @@ module.exports = React.createClass({
|
|||
propTypes: {
|
||||
// An array of member events to summarise
|
||||
events: React.PropTypes.array.isRequired,
|
||||
// An array of EventTiles to render when expanded
|
||||
children: React.PropTypes.array.isRequired,
|
||||
// The maximum number of names to show in either the join or leave summaries
|
||||
summaryLength: React.PropTypes.number,
|
||||
// The maximum number of avatars to display in the summary
|
||||
|
|
Loading…
Reference in New Issue