Dropdowns stop working using Livewire and wire:navigate

I’m using Livewire components integrated with the botstrap 5.3 navbar.
Everything works fine but, when I add wire:navigate to the links in the navbar, all interactive elements stop working. There are no errors in the console. navbar toggle, dropdowns, everything stops working.

here’s the navlink example

<li><a class="dropdown-item" href="{{ route('home') }}" wire:navigate>Home</a></li>

Anyone to help me please