chore(lint): cleanup unused variables in code (#1563)
This commit is contained in:
@ -23,7 +23,7 @@ export default class TextControl extends React.Component {
|
||||
* state. Always updating this particular widget should generally be low cost,
|
||||
* but this should be optimized in the future.
|
||||
*/
|
||||
shouldComponentUpdate(nextProps) {
|
||||
shouldComponentUpdate() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user