What seems to be the problem:
I have a page containing 2 livewire components and I have seen one of them displayed twice in one of my pages. Each component is meant to be displayed only once per page
I have only this error occur once but someone else has also reported it and I can not replicate it. It just seems to happen…
Steps to Reproduce:
Are you using the latest version of Livewire:
yes
Do you have any screenshots or code examples:
@if ($displayForm)
@livewire('article-form', ['article' => $article])
@endif