P1: Header SheetTrigger imported without Sheet wrapper — mobile nav may be broken #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: P1 — High
File: src/components/layout/Header.jsx ~line 28
Problem: SheetTrigger is imported but Sheet component requires SheetContent as child. Header has SheetTrigger asChild but no Sheet wrapper.
Impact: Mobile menu may not open or throw runtime error.
Fix: Wrap SheetTrigger in Sheet component with SheetContent.