fix(scans): ds-98 disable expandable sources #365
Merged
Annotations
9 warnings
Lint and test:
src/components/aboutModal/aboutModal.js#L58
Expected 'this' to be used by class method 'onClose'
|
Lint and test:
src/components/addSourceWizard/addSourceWizardStepOne.js#L12
Expected 'this' to be used by class method 'isStepValid'
|
Lint and test:
src/components/createScanDialog/createScanDialog.js#L59
Expected 'this' to be used by class method 'onValidateForm'
|
Lint and test:
src/components/mergeReportsDialog/mergeReportsDialog.js#L21
Expected 'this' to be used by class method 'onClose'
|
Lint and test:
src/components/router/router.js#L26
The object passed as the value prop to the Context provider (at line 26) changes every render. To fix this consider wrapping it in a useMemo hook
|
Lint and test:
src/components/scans/scanJobsList.js#L130
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
Lint and test:
src/components/touchspin/touchspin.js#L26
Expected 'this' to be used by class method 'normalizeBetween'
|
Lint and test:
src/services/userService.js#L20
Return values from promise executor functions cannot be read
|
Lint and test:
src/services/userService.js#L25
Return values from promise executor functions cannot be read
|
Loading