Uncaught (in promise) Component not found
I have a delete action on my livewire component., which is an edit modal/slideover. It's working fine, but when I delete something, I get a console error:
Everything still seems to function correctly with no other issues. Am I doing anything incorrectly that would lead to this error? I hate to just ignore errors in the console, but I can't seem to get it to work without the error. It's like it's getting confused because it's deleting itself from the DOM, but that's kind of the idea.
3 Replies
Did you resolve this issue ?
no unfortunately I'm still trying to resolve it.
I had a similar issue too….