From 7b13ce30f2ba070f8a11217779a937f27e083e9e Mon Sep 17 00:00:00 2001 From: Nick Lockwood Date: Tue, 8 Dec 2015 11:53:55 -0800 Subject: [PATCH] Fix flow Reviewed By: gabelevi Differential Revision: D2734936 fb-gh-sync-id: 0c085c4968e52907a60bbd1d8af30dac6f449e46 --- Examples/Movies/MovieCell.js | 3 --- Examples/Movies/MovieScreen.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/Examples/Movies/MovieCell.js b/Examples/Movies/MovieCell.js index 62062cb2a..85c616d32 100644 --- a/Examples/Movies/MovieCell.js +++ b/Examples/Movies/MovieCell.js @@ -45,9 +45,6 @@ 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 */}