Database notification on Custom Page
Unable to find component: [filament.livewire.database-notifications]
This appears when the custom page is loaded.
Im not using a SimplePage. the Whole page loaded perfectly before i implemented the database notification. Now, it still loaded but that error pops up.
that custom page has livewire custom components, I've tried adding "use HasDatabaseNotifications;" on the php file and "@livewire('database-notifications')" on the blade file but it still doesn't work
https://flareapp.io/share/oPRZdNZP
A help is very much appreciated.
Flare
Unable to find component: [filament.livewire.database-notifications] - The error occurred at http://127.0.0.1:8000/admin/print-slip
1 Reply
Ensure you are loading in:
@livewire('notifications')
as per:
https://filamentphp.com/docs/3.x/notifications/installation#configuring-your-layout