feat: use PeriodDimension in ThematicDialog #368
Annotations
10 errors and 2 warnings
Lint:
src/components/edit/event/EventDialog.js#L198
'periodError' is assigned a value but never used
|
Lint:
src/components/periods/RenderingStrategy.js#L17
`../../util/periods.js` import should occur before import of `../core/index.js`
|
Lint:
src/components/periods/RenderingStrategy.js#L44
Expected { after 'if' condition
|
Lint:
src/components/periods/Timeline.js#L11
`../../constants/periods.js` import should occur before import of `../../util/periods.js`
|
Lint:
src/components/periods/__tests__/RenderingStrategy.spec.js#L5
`../RenderingStrategy` import should occur after import of `../../../util/periods`
|
Lint:
src/components/periods/__tests__/RenderingStrategy.spec.js#L5
Missing file extension "js" for "../RenderingStrategy"
|
Lint:
src/components/periods/__tests__/RenderingStrategy.spec.js#L10
Missing file extension "js" for "../../../constants/layers"
|
Lint:
src/components/periods/__tests__/RenderingStrategy.spec.js#L11
Missing file extension "js" for "../../../util/periods"
|
Lint:
src/components/periods/__tests__/RenderingStrategy.spec.js#L85
'wrapper' is assigned a value but never used
|
Lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/components/periods/RenderingStrategy.js#L57
React Hook useEffect has a missing dependency: 'totalPeriods'. Either include it or remove the dependency array
|
Loading