asantibanez/laravel-blade-sortable

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

Opened this issue · 1 comments

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

#9 (comment)
The solution