© 2026 Hedgehog Software, LLC
php <x-dynamic-component :component="$getFieldWrapperView()" :field="$field" > <div x-data="{ state: $wire.$entangle('{{ $getStatePath() }}') }" > <button @click="hello()" > Add </button> </div> </x-dynamic-component>
js window.hello = function hello() { console.log("Hello world!"); }