Notification sent twice
Hi guys,
I have a little issue on my filament app.
I have a livewire component with an action to insert a record.
This component has a child component with a table of my records.
After a record insertion, i send a success notification and an event to refresh the table.
The opening animation of my notification is played twice.
One for when i send the notification and another when i refresh the table (new livewire request).
How can i get ri of this issue.
Thank you in advance for your answers.
1 Reply
Solution
Fixed my issue by caching the icons 🤔