CampgroundTickets/app/components
Hank 336d2a5c83 Fix banquet mode ignored on web: use latest onScan in camera loop
The web scanner's camera loop starts once in useEffect and closed over the
mount-time onScan handler, so switching modes (e.g. to Banquet) kept invoking
the original ticket-check-in handler. Route onScan through a ref updated each
render so the loop always calls the current handler. Native was unaffected.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 16:31:25 +00:00
..
QRScanner.tsx Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00
QRScanner.web.tsx Fix banquet mode ignored on web: use latest onScan in camera loop 2026-07-08 16:31:25 +00:00
ResultOverlay.tsx Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00