feat: create resizable svg element #8172
nodejs.yml
on: pull_request
nodejs
/
prepare
13s
stylelint
36s
nodejs
/
lint-eslint
1m 13s
nodejs
/
lint-prettier
41s
nodejs
/
lint-check-types
44s
Matrix: nodejs / test
Annotations
11 errors and 19 warnings
nodejs / lint-prettier
Process completed with exit code 1.
|
nodejs / lint-eslint:
src/component/1d/matrix/Boxplot.tsx#L57
React Hook "useScaleChecked" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/1d/matrix/Boxplot.tsx#L58
React Hook "useYScale" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/1d/matrix/Boxplot.tsx#L76
React Hook "useScaleChecked" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/1d/matrix/Boxplot.tsx#L77
React Hook "useYScale" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/2d/1d-tracer/Left1DChart.tsx#L21
React Hook "useScale2DY" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/2d/1d-tracer/Left1DChart.tsx#L22
React Hook "use1DTraceYScale" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/2d/1d-tracer/Left1DChart.tsx#L23
React Hook "useXYReduce" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/2d/1d-tracer/Top1DChart.tsx#L21
React Hook "useScale2DX" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/2d/1d-tracer/Top1DChart.tsx#L22
React Hook "use1DTraceYScale" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / lint-eslint:
src/component/2d/1d-tracer/Top1DChart.tsx#L23
React Hook "useXYReduce" may be executed more than once. Possibly because it is called in a loop. React Hooks must be called in the exact same order in every component render
|
nodejs / prepare
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stylelint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / test (22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / test (23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / test (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / lint-prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / lint-check-types
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / test (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / lint-eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nodejs / lint-eslint:
src/component/assignment/index.tsx#L31
Unexpected 'todo' comment: 'TODO: Fix this type error. It's been...'
|
nodejs / lint-eslint:
src/component/elements/Alert.tsx#L139
Do not use Array index in keys
|
nodejs / lint-eslint:
src/component/elements/Button.tsx#L1
Unexpected 'todo' comment: 'TODO resolve the eslint rules'
|
nodejs / lint-eslint:
src/component/elements/InputRange.tsx#L39
Unexpected 'todo' comment: 'TODO: remove this hacky ref usage.'
|
nodejs / lint-eslint:
src/component/elements/NumberInput2Controller.tsx#L19
Capture group '(\.\d+)' should be converted to a named or non-capturing group
|
nodejs / lint-eslint:
src/component/modal/MultipletAnalysisModal.tsx#L175
Unexpected 'todo' comment: 'TODO: handle error'
|
nodejs / lint-eslint:
src/component/panels/RangesPanel/hooks/useMapRanges.ts#L9
Unexpected 'todo' comment: 'TODO need to refactor the ranges table'
|
nodejs / lint-eslint:
src/component/panels/SummaryPanel/utilities/Utilities.ts#L125
Unexpected 'todo' comment: 'TODO: handle default?'
|
nodejs / lint-eslint:
src/component/panels/spectrumSimulation/SpectrumSimulation.tsx#L30
Capture group '(\.\d+)' should be converted to a named or non-capturing group
|
nodejs / lint-eslint:
src/component/reducer/actions/DomainActions.ts#L69
Unexpected 'todo' comment: 'todo: refactor this'
|