fix: Enable ESLint rule default-props-match-prop-types (#11058)

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

* Add cypress test for switching tabs

* fix

* Typo fix

* Test fix
This commit is contained in:
Kamil Gabryjelski
2020-10-03 00:54:56 +02:00
committed by GitHub
parent d95b7c2a73
commit 07f87149e6
20 changed files with 33 additions and 35 deletions

View File

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