From 3f8a2c511aca9e902df1adff231aaaed4d6f12b6 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 9 May 2026 20:26:44 -0400 Subject: [PATCH] fix(web): MobileNavDrawer focus uses querySelector, not conditional bind:this MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bind:this requires an Identifier or MemberExpression — a ternary like {i === 0 ? firstNavLink : undefined} is invalid. Replaced with a single bind on the