Fixed "ReferenceError: redFlagConfigs is not defined" by passing redFlagConfigs as a prop to components that need it: - TierQueueSection: Added redFlagConfigs prop and passed from parent - ExpandableSkillRow: Added redFlagConfigs prop - HumanOnlyByReasonSection: Added redFlagConfigs prop and passed from parent These components are defined before the main AgenticReadinessTab component so they don't have direct access to redFlagConfigs defined in the parent scope. https://claude.ai/code/session_01GNbnkFoESkRcnPr3bLCYDg
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
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev