Fix random warnings in several plugins
Summary: Click through plugins and fix warnings until tired. Reviewed By: jknoxville Differential Revision: D19253740 fbshipit-source-id: 87b6d6b103ee51c7b5579a128a15c3bb9d71b432
This commit is contained in:
committed by
Facebook Github Bot
parent
5d25b77622
commit
59c9a10a73
@@ -159,7 +159,7 @@ class NumberTextEditor extends PureComponent<{
|
||||
compact={true}
|
||||
onChange={this.onNumberTextInputChange}
|
||||
onKeyDown={this.onNumberTextInputKeyDown}
|
||||
innerRef={this.onNumberTextRef}
|
||||
ref={this.onNumberTextRef}
|
||||
onBlur={this.onNumberTextBlur}
|
||||
value={this.props.value}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user