[Flow] v0.11.0 cleaning - Part 14 (react-native-github)

This commit is contained in:
Gabe Levi
2015-05-12 14:22:22 -07:00
committed by Christopher Chedeau
parent 4a137aa840
commit 184bb1151a
8 changed files with 62 additions and 23 deletions

View File

@@ -168,7 +168,7 @@ var MapViewExample = React.createClass({
/>
<MapRegionInput
onChange={this._onRegionInputChanged}
region={this.state.mapRegionInput}
region={this.state.mapRegionInput || undefined}
/>
</View>
);