Redirect to livewire component doesnt trigger error
I am trying to redirect to a livewire component, but the error is not being shown. I fill the error based on a
This is what I am trying to do in the mount() of my OrderForm
Is this the right moment to do the dispatch?
ErrorMessage livewire componentThis is what I am trying to do in the mount() of my OrderForm
Is this the right moment to do the dispatch?