### Package filament/filament ### Package Version v.5.6.1 ### Laravel Version v13.6.0 ### Livewire Version v4.2.4 ### PHP Version PHP 8.5.5 ### Problem description The user panel does not close after clicking the “Profile” link. https://github.com/user-attachments/assets/fd159f01-c1d1-4444-9922-58a32a7b6353 Btw. Bug Headstart does not work as described here: https://github.com/filamentphp/filament/discussions/19778 ### Expected behavior User Panel should close when Profile link (or any other) is clicked. ### Steps to reproduce 1. Set `profile(isSimple: false)` in AdminPanelProvider 2. Open User Menu 3. Click Profile link ### Reproduction repository (issue will be closed if this is not valid) https://github.com/webard/filament-user-panel-bug ### Relevant log output ```shell ```
Package
filament/filament
Package Version
v.5.6.1
Laravel Version
v13.6.0
Livewire Version
v4.2.4
PHP Version
PHP 8.5.5
Problem description
The user panel does not close after clicking the “Profile” link.
CleanShot.2026-04-27.at.08.52.06.mp4
Btw. Bug Headstart does not work as described here: #19778
Expected behavior
User Panel should close when Profile link (or any other) is clicked.
Steps to reproduce
profile(isSimple: false)in AdminPanelProviderReproduction repository (issue will be closed if this is not valid)
https://github.com/webard/filament-user-panel-bug
Relevant log output