diff --git a/Examples/Movies/MovieCell.js b/Examples/Movies/MovieCell.js index 85c616d329c..62062cb2af2 100644 --- a/Examples/Movies/MovieCell.js +++ b/Examples/Movies/MovieCell.js @@ -45,6 +45,9 @@ var MovieCell = React.createClass({ onShowUnderlay={this.props.onHighlight} onHideUnderlay={this.props.onUnhighlight}> + {/* $FlowIssue #7363964 - There's a bug in Flow where you cannot + * omit a property or set it to undefined if it's inside a shape, + * even if it isn't required */} + {/* $FlowIssue #7363964 - There's a bug in Flow where you cannot + * omit a property or set it to undefined if it's inside a shape, + * even if it isn't required */}