mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Six routes were wrapped in <ErrorBoundary level='app'> around LazyPage. After the previous commit moved a level='page' boundary inside LazyPage, the outer 'app' boundary became unreachable — the inner one catches first. Strip the dead wrappers (PurchaseSuccess, QuickPurchase, AutoLogin, TopUpResult, GiftSubscription, GiftResult). Behavior is identical, the route blocks are 25 fewer lines, and there's only one boundary to reason about per route.