Feature/reset button #94
Annotations
14 warnings
src/views/clinicalGenomic/widgets/patientSidebar.js#L157
React Hook useEffect has a missing dependency: 'handleTableSet'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
|
src/views/clinicalGenomic/widgets/sidebar.js#L108
'checked' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L108
'setChecked' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L261
'selectedChromosomes' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L262
'selectedGenes' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L263
'startPos' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L264
'endPos' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L265
'setSelectedChromosomes' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L266
'setSelectedGenes' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L267
'setStartPos' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L268
'setEndPos' is missing in props validation (react/prop-types)
|
src/views/clinicalGenomic/widgets/sidebar.js#L384
'selectedGenome' is assigned a value but never used. Allowed unused vars must match /^_/u (no-unused-vars)
|
src/views/clinicalGenomic/widgets/sidebar.js#L389
'setNewTimeout' is assigned a value but never used. Allowed unused vars must match /^_/u (no-unused-vars)
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|