Livewire component removed on notificationClosed event

I have a livewire component on a filament page. When notificationClosed event is dispatched, the display:none property is set
Solution
FInally found the solution. It was because, I have added a wire:transition to the parent div. It was causing the issue.
Was this page helpful?