79181675

Date: 2024-11-12 15:12:41
Score: 2.5
Natty:
Report link

This problem is likely to happen when you add livewire to your breeze scaffolding. When you add livewire you will have multipine alpineJS running. To solve this you will have to remove the import of alpineJS from the app.js. If you remove it the dashboard and profile page will not have alpineJS for the dropdown. To solve this add @livewireScripts to your app-layout page.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @livewireScripts
  • Low reputation (1):
Posted by: Fredrick Adjei Quansah