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.
Solution:
Fixed my issue by caching the icons 🤔
php artisan icons:cache
php artisan icons:cache
...
Jump to solution
1 Reply
Solution
Quentin
Quentin2w ago
Fixed my issue by caching the icons 🤔
php artisan icons:cache
php artisan icons:cache

Did you find this page helpful?