fix: wrap GameOverScreen in ErrorBoundary and add defensive checks for day 30 blank page bug
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m25s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m25s
- Wrap GameOverScreen in ErrorBoundary in page.tsx to prevent blank page on render errors - Add defensive Number.isFinite checks in GameOverScreen for all numeric props - Add regression test for day 30 → game-over flow (day30-blank-page.test.ts) Fixes #375
This commit is contained in:
@@ -217,6 +217,7 @@ Mana-Loop/
|
||||
│ │ │ │ ├── cross-module-lifecycle-consistency.test.ts
|
||||
│ │ │ │ ├── cross-module-prestige-discipline.test.ts
|
||||
│ │ │ │ ├── curse-amplification.test.ts
|
||||
│ │ │ │ ├── day30-blank-page.test.ts
|
||||
│ │ │ │ ├── design-validation-perk-gating.test.ts
|
||||
│ │ │ │ ├── discipline-deactivate-on-spire-entry.test.ts
|
||||
│ │ │ │ ├── discipline-math.test.ts
|
||||
|
||||
Reference in New Issue
Block a user