Fix: "use-client" → 'use client' in Transcript.tsx
Author: milestones2016Created Sep 16, 2025Updated Oct 19, 2025
At the very top of src/app/components/Transcript.tsx, the file starts with the string "use-client";. In Next.js, the correct Client Component directive is 'use client' (with a space, no hyphen).
Source: openai/openai-realtime-agents