ESLint: Re-enable rule default-props-match-prop-types (#10868)

* Re-enable rule default-props-match-prop-types

* Restore default props and remove isRequired

* Remove unused props
This commit is contained in:
Kamil Gabryjelski
2020-09-22 22:17:41 +02:00
committed by GitHub
parent a9eab33d64
commit 9f01a7fdf8
21 changed files with 13 additions and 60 deletions

View File

@@ -37,7 +37,6 @@ const propTypes = {
const defaultProps = {
onStop: () => {},
onSave: () => {},
disabled: false,
};
// Prolly need to move this to a global context