From 1295c004e0a810807c1e22bc154d586b2ff8b9d6 Mon Sep 17 00:00:00 2001 From: Gabe Levi Date: Thu, 11 Jun 2015 18:39:46 -0700 Subject: [PATCH] [Flow] Fix or suppress last minute errors for 0.12.0 --- Examples/Movies/MoviesApp.js | 3 --- Examples/UIExplorer/ImageMocks.js | 10 ++++++++++ Examples/UIExplorer/MapViewExample.js | 3 --- Examples/UIExplorer/UIExplorerApp.ios.js | 3 --- .../Components/Navigation/NavigatorIOS.ios.js | 20 +++++++++---------- 5 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Examples/Movies/MoviesApp.js b/Examples/Movies/MoviesApp.js index ce025462e..1c6fc4b4f 100644 --- a/Examples/Movies/MoviesApp.js +++ b/Examples/Movies/MoviesApp.js @@ -28,9 +28,6 @@ var SearchScreen = require('./SearchScreen'); var MoviesApp = React.createClass({ render: function() { return ( - /* $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 */}