asantibanez / laravel-blade-sortable

Custom Blade components to add sortable/drag-and-drop HTML elements in your apps.
MIT License
409 stars 79 forks source link

Unable to call component method. Public method [__v_raw] not found on component: #23

Open dcemal opened 2 years ago

dcemal commented 2 years ago

I am getting error when I drag and drop a sortable item.

When I remove wire:onSortOrderChange="handleOnSortOrderChanged", it works. Method was properly added to livewire component.

Anyone knows how to fix it? I am using laravel 9.11 version. PHP 8.0.1

Freddyqt commented 1 year ago

https://github.com/asantibanez/laravel-blade-sortable/issues/9#issuecomment-903175095 The solution