We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7ae59 commit 6bffa6cCopy full SHA for 6bffa6c
2 files changed
Libraries/Components/TextInput/TextInput.js
@@ -407,7 +407,7 @@ var TextInput = React.createClass({
407
}
408
},
409
410
- getChildContext: function() {
+ getChildContext: function(): Object {
411
return {isInAParentText: true};
412
413
Libraries/Text/Text.js
@@ -179,7 +179,7 @@ var Text = React.createClass({
179
return PRESS_RECT_OFFSET;
180
181
182
183
184
185
0 commit comments