Pre-existing lint errors in src/screens/ShootingHUD/index.tsx:
- Line 121:
performance.now() called during render (impure function in useRef initializer)
- Line 243:
runZoom accessed before declaration in useCallback
These are mockup-screen issues that should be fixed when the HUD is wired to the real store.
Pre-existing lint errors in src/screens/ShootingHUD/index.tsx:
performance.now()called during render (impure function in useRef initializer)runZoomaccessed before declaration in useCallbackThese are mockup-screen issues that should be fixed when the HUD is wired to the real store.