mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[ReactNative] Unbreak flow errors
This commit is contained in:
committed by
Tadeu Zagallo
parent
74c337f770
commit
b9a47062a6
@@ -407,7 +407,7 @@ var TextInput = React.createClass({
|
||||
}
|
||||
},
|
||||
|
||||
getChildContext: function() {
|
||||
getChildContext: function(): Object {
|
||||
return {isInAParentText: true};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user