#Notification sent twice

3 messages · Page 1 of 1 (latest)

gentle night
#

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.

green grailBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

gentle night
#

Fixed my issue by caching the icons 🤔

php artisan icons:cache