I had same problem, stupid me did not add the tags at the root of my Livewire blade file. So answer from @Samundar Singh worked for me!
Please put your blade file html into the tag.
<div> // you HTML code here </div>