Unable to find component filament.livewire.notifications
Hi,
I'm using a custom page and after an object is saved, I redirect to that custom page. However, I always come accross the following error : "Unable to find component : [filament.livewire.notifications]". I suppose there is something missing maybe in my custom page, but I do not find what.
Here is my redirect function :
And then the custom page called by the router :
And to finish, here is the view for this page :
Do you see where the issue could come from? Thanks!
1 Reply
Issue fixed by using Filament\Resource\Pages\Page instead of use Filament\Pages\Page;