Delete Action in a custom livewire component
I am trying to use the Delete action in a custom component action group and although the model get deleted successfully, the component tries to rehydrate itself. and therefore I get a null exception from the component Although I understand this is an expected behaviour in Livewire how can I overcome this to use the action.
I have also trying a plain action to trigger an event but that just gives a 404.when livewire updates
Any help would be awesome
Tom
0 Replies