I needed to add x-data="" and x-on attribute for laravel 11
<button
type="button"
x-data=""
x-on:click="$dispatch('open-modal', 'register')">Register now!
</button>
<x-modal name="register">
<!-- registration form... -->
</x-modal>