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