From a4e65cfb871492bc8e8a9449cff446c801bb065c Mon Sep 17 00:00:00 2001 From: Hitesh Kumar Date: Sat, 9 May 2026 17:46:17 +0530 Subject: [PATCH] fix: rename `let app` in firebaseConfig.js to stop shadowing window.app in inline event handlers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found via Playwright interaction-driver in the staging clone repo (DDancingDeath/AadhatManagementApp-staging). Full RCA: STG-WALK-5 in that repo's docs/REVIEW_ISSUES.md. ## The bug firebaseConfig.js declared `let app = firebase.initializeApp(...)` at the top level of a classic