Skip to content

Commit 26e8332

Browse files
authored
Merge pull request #1 from nathanjansen/patch-troubleshooting-root-element-cures
Added a cure for root-element-cures
2 parents ea8b1a6 + 23eaeef commit 26e8332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

troubleshooting.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,5 @@ class HelloWorld extends Component
145145
<button wire:click="doSomething">Do Something</button>
146146
</div> <!-- Added this closing tag for the wrapping div -->
147147
@endcomponent
148+
149+
Another cause can be using __construct() inside the Livewire class or a Trait.

0 commit comments

Comments
 (0)