chore: add REPORT.md and ref markers for ApiError cast issue

This commit is contained in:
Igor Loskutov
2026-02-05 19:16:58 -05:00
parent 238d768499
commit a2694650fd
3 changed files with 70 additions and 1 deletions

View File

@@ -401,7 +401,9 @@ export default function DailyRoom({ meeting, room }: DailyRoomProps) {
}
if (joinMutation.isError) {
const apiDetail = printApiError(joinMutation.error as ApiError);
const apiDetail = printApiError(
joinMutation.error as /*ref 095959E6-01CC-4CF0-B3A9-F65F12F046D3*/ ApiError,
);
return (
<Center width="100vw" height="100vh">
<VStack gap={4}>