feat: update the summary table to display a message in the cases of a… #3044
Annotations
6 errors and 10 warnings
Lint:
src/components/JobSummary/Summary/Summary.js#L2
`@dhis2/ui` import should occur before import of `prop-types`
|
Lint:
src/components/JobSummary/Summary/Summary.js#L3
`@dhis2/d2-i18n` import should occur before import of `prop-types`
|
Lint:
src/components/JobSummary/Summary/Summary.js#L34
Irregular whitespace not allowed
|
Lint:
src/components/JobSummary/Summary/Summary.js#L34
Irregular whitespace not allowed
|
Lint:
src/components/JobSummary/Summary/Summary.js#L110
Prop types declarations should be sorted alphabetically
|
Lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
src/components/ElementSchemes/DataElementIdScheme.js#L26
React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
|
Lint:
src/components/ElementSchemes/IdScheme.js#L52
React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
|
Lint:
src/components/ElementSchemes/OrgUnitIdScheme.js#L21
React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
|
Lint:
src/components/JobOverview/JobOverview.js#L55
React Hook useEffect has missing dependencies: 'allTasks', 'selectedJob', and 'setSelectedJob'. Either include them or remove the dependency array. If 'setSelectedJob' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/components/Router/ScrollToTop.js#L15
React Hook useEffect has a missing dependency: 'history'. Either include it or remove the dependency array
|
Lint:
src/components/Schemas/Schemas.js#L56
React Hook useEffect has missing dependencies: 'checkedByDefault', 'excludeSchemas', and 'propagateCheckedSchemas'. Either include them or remove the dependency array
|
Lint:
src/hooks/useObjects.js#L40
React Hook useEffect has missing dependencies: 'engine' and 'setSelected'. Either include them or remove the dependency array. If 'setSelected' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/hooks/useProgramStages.js#L61
React Hook useEffect has missing dependencies: 'engine' and 'setSelected'. Either include them or remove the dependency array. If 'setSelected' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading