Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
frontend/src/app/streams/[id]/stream-details-content.tsx likely renders a generic empty/blank state both while data is loading and when the stream genuinely doesn't exist, which can flash a misleading "not found" message during normal load before real data arrives.
Acceptance criteria
Files to touch
frontend/src/app/streams/[id]/stream-details-content.tsx
Out of scope
- Redesigning the not-found page
- Server-side prefetching
Why this matters
frontend/src/app/streams/[id]/stream-details-content.tsxlikely renders a generic empty/blank state both while data is loading and when the stream genuinely doesn't exist, which can flash a misleading "not found" message during normal load before real data arrives.Acceptance criteria
Files to touch
frontend/src/app/streams/[id]/stream-details-content.tsxOut of scope