Build and Deploy Verso / deploy (push) Successful in 15m17s
Popper lazy-initializes on first open, causing it to place the menu at [0,0] before it has computed the toggle's position. renderOnMount forces Popper to initialize while the component is first mounted, so the position is ready before the user's first click. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>