Describe the task
Remove biome-ignore lint/correctness/useExhaustiveDependencies comments and properly fix dep arrays in the Weather Toolkit hook and page.
Acceptance Criteria
Additional context
- The prefetch and unmount cleanup effects in
useWxChartCache.ts are already correct — only the cache reset effect at line 42 needs attention.
Describe the task
Remove
biome-ignore lint/correctness/useExhaustiveDependenciescomments and properly fix dep arrays in the Weather Toolkit hook and page.Acceptance Criteria
apps/wps-web/src/features/weatherToolkit/hooks/useWxChartCache.ts(line 42 — cache reset effect)apps/wps-web/src/features/weatherToolkit/pages/WeatherToolkitPage.tsx(line 30)yarn biome lintpasses with zerouseExhaustiveDependencieserrors on both filesAdditional context
useWxChartCache.tsare already correct — only the cache reset effect at line 42 needs attention.