Refine SSI analytics seasonal market read #75
Annotations
3 warnings
|
Quality gates
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Quality gates:
src/components/ui/scenario-model-panel.tsx#L151
React Hook useMemo has a missing dependency: 'locale'. Either include it or remove the dependency array
|
|
Quality gates:
src/components/ui/scenario-model-panel.tsx#L130
The 'seasonalProjection' logical expression could make the dependencies of useMemo Hook (at line 137) change on every render. To fix this, wrap the initialization of 'seasonalProjection' in its own useMemo() Hook
|