Files
BeyondCXAnalytics-Demo/frontend
Claude 00f766913b Fix AgenticReadinessTab runtime error: add missing useTranslation hook
Fixed "TypeError: a is not iterable" error by:
- Adding useTranslation() hook at component top
- Initializing redFlagConfigs with getRedFlagConfigs(t)
- Updating all detectRedFlags() calls to pass redFlagConfigs parameter
- Replacing RED_FLAG_CONFIGS references with redFlagConfigs variable

The translation agent had converted RED_FLAG_CONFIGS from a constant to a
function but didn't update all call sites, causing runtime failures.

https://claude.ai/code/session_01GNbnkFoESkRcnPr3bLCYDg
2026-02-07 18:04:01 +00:00
..
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00
2026-02-04 11:08:21 +01:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1BsN7Hj59Uxudfk5jNrmH_E1S6uDd8caP

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev