Comments inside children section of tag should be placed inside braces react/jsx-no-comment-textnodes Line 46:32: Comments inside children section of tag should be placed inside braces react/jsx-no-comment-textnodes code example

Example: Comments inside children section of tag should be placed inside braces

<div className="dropdown">
    {/* whenClicked is a property not an event, per se. */}
    <Button whenClicked={this.handleClick} className="btn-default" title={this.props.title} subTitleClassName="caret"></Button>
    <UnorderedList />
</div>

Tags:

Html Example