Database Notification component on a simple page

How do I add database notification component on simple page, I have created a simple page I intend to use it not within the dashboard, once a user logs in I want the to receive database notifications, However I keep getting this error,
Unable to find component: [filament.livewire.database-notifications]
Unable to find component: [filament.livewire.database-notifications]
But user menu is accessible and working perfectly fine.
1 Reply
Lars
Lars15mo ago
I tried creating a livewire component that extends the real component. <?php namespace App\Livewire\Filament\Livewire; use Filament\Livewire\DatabaseNotifications as DatabaseNotificationsBase; class DatabaseNotifications extends DatabaseNotificationsBase{ }
Want results from more Discord servers?
Add your server