-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update react-textarea-autosize to 5.1.0 #2233
Conversation
@@ -149,7 +149,7 @@ export default class Item extends Component { | |||
</button> | |||
<Textarea | |||
id={`addon-event-${name}`} | |||
ref={ref => { | |||
inputRef={ref => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we even need all those refs? I can't find any usages of them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove em, if there are no references 👍
Codecov Report
@@ Coverage Diff @@
## master #2233 +/- ##
=========================================
+ Coverage 22.16% 22.2% +0.03%
=========================================
Files 268 268
Lines 5875 5869 -6
Branches 707 709 +2
=========================================
+ Hits 1302 1303 +1
- Misses 4024 4050 +26
+ Partials 549 516 -33
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2233 +/- ##
=========================================
+ Coverage 22.16% 22.2% +0.03%
=========================================
Files 268 268
Lines 5878 5872 -6
Branches 711 712 +1
=========================================
+ Hits 1303 1304 +1
+ Misses 4033 4006 -27
- Partials 542 562 +20
Continue to review full report at Codecov.
|
Issue: #2154