© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
15 replies
AlessandroKobs

Notifications in custom pages return Unable to find component: [filament.livewire.notifications]

I have a custom page that extends Filament\Pages\SimplePage.

When i use a notification, it shows up, but a litte bit later when livewire component update, it throws the error:
Unable to find component: [filament.livewire.notifications]

Tried to add the trait HasNotifications no the livewire component, but it didnt solve.

i'm throwing the notification with:
 Notification::make()
            ->title('Success')
            ->success()
            ->send();
 Notification::make()
            ->title('Success')
            ->success()
            ->send();

It shows up, i can also interact (close) with it, but a little later comes the error:


Can someone help me to better understand where is the problem?


here is the log from livewire snapshot:
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Unable to find component filament.livewire.notifications
FilamentFFilament / ❓┊help
3y ago
Unable to find component: [filament.livewire.database-notifications]
FilamentFFilament / ❓┊help
14mo ago
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
FilamentFFilament / ❓┊help
17mo ago
Unable to find component : [notifications]
FilamentFFilament / ❓┊help
2y ago