Adding `@livewire('notifications')` is not shown in the docs
I just tried to install filament notifications package but the notifications weren't showing up. I checked my other project that uses Notifications and I saw
@livewire('notifications')
@livewire('notifications')
in the base layout. After adding that, everything works as expected.
I don't see this in the docs mentioned. Was this supposed to work without