sendou.ink/app/features/build-analyzer
Kalle b261600f0e Fix object damage calculator crash on invalid SPECIAL weapon ID
The SPECIAL branch of validatedAnyWeaponFromSearchParams only checked
nonDamagingSpecialWeaponIds membership, not whether the parsed id was
actually a valid SpecialWeaponId. A malformed URL like
?weapon=SPECIAL_9ap=0... made Number() return NaN, which fell through
to exampleMainWeaponIdWithSpecialWeaponId and hit assertUnreachable.
2026-05-01 16:04:35 +03:00
..
components Design refresh + a bunch of stuff (#2864) 2026-03-19 17:51:42 +02:00
core Fix object damage calculator crash on invalid SPECIAL weapon ID 2026-05-01 16:04:35 +03:00
routes Migrate to nested CSS 2026-03-28 16:30:28 +02:00
analyzer-constants.ts Display Super Chumps damage as Splash (Min/Max) 2026-02-21 18:25:16 +02:00
analyzer-hooks.ts Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00
analyzer-types.ts Display Super Chumps damage as Splash (Min/Max) 2026-02-21 18:25:16 +02:00