chore: bump @typescript-eslint/eslint-plugin to 5.3.0 (#17367)

This commit is contained in:
Yongjie Zhao
2021-11-08 15:48:51 +00:00
committed by GitHub
parent ed4a628861
commit b58f94ad2e
4 changed files with 634 additions and 535 deletions

View File

@@ -94,7 +94,7 @@ export default class TextControl<
});
};
render = () => {
render() {
let { value } = this.state;
if (this.initialValue !== this.props.value) {
this.initialValue = this.props.value;
@@ -115,5 +115,5 @@ export default class TextControl<
/>
</div>
);
};
}
}