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.
Jump to solution
2 Replies
Ajith Lal
Ajith Lal4mo ago
Update: on my investigation, it is not actually removing the component. It is setting the display none property.
Solution
Ajith Lal
Ajith Lal4mo ago
FInally found the solution. It was because, I have added a wire:transition to the parent div. It was causing the issue.