AlessandroKobs
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
I was thinking here, maybe I'm not doing things as I should. My goal is to create a custom page similar to the Login page, that is, independent and separate from the dashboard, but with just the user's avatar at the top, along with the logout option. Is there a more correct way to do this?
16 replies
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
I discovered that when I extend the class using Filament\Pages\SimplePage, the issue arises. However, when I change it to Filament\Pages\Resources\Page, the problem is resolved. I need to use SimplePage since I don't need the sidebar, header, etc., but I'm not sure what's causing this issue. 😕
16 replies
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
I'm using SimplePage, since its dashboard page, i think they already have it somewhere.. i also receive the notification, the problem comes when the livewire try to update. Also, tried to add the @livewire('notifications') in the page itself, problem still occurs.
16 replies