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:
Michel Weststrate
2020-01-02 07:51:51 -08:00
committed by Facebook Github Bot
parent 5d25b77622
commit 59c9a10a73
3 changed files with 28 additions and 23 deletions

View File

@@ -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}
/>