fix: TypeScript build errors in RunEncounters.tsx #71
Reference in New Issue
Block a user
Delete Branch "feature/fix-typescript-build-errors-in-runencounterstsx"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
BossResulttype instead of(typeof bossResults)[number]which fails whenbossResultsisBossResult[] | undefinedBossResultTeamMembertype annotation totmparameter to fix implicitanyThese errors blocked the production frontend build.
Test plan
tsc -bpasses with no errors🤖 Generated with Claude Code