wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.12k stars 133 forks source link

Modal Not Refreshing #318

Closed abbasmashaddy72 closed 1 year ago

abbasmashaddy72 commented 1 year ago

In a Modal, I am Using Delete Function to delete some image and refresh the same modal, but the Image gets deleted successfully and Notification Fires but emit refresh doesn't work.

Firing event: $this->emit('refreshComponent');

Protected Listener: protected $listeners = ['refreshComponent' => '$refresh'];

I am using Wire UI for Notification and Popup Dialog

where Popup Dialog is being used for Deleting image

Modal image Delete Popup image Notification of Image Deleted image