laravel-blade-sortable icon indicating copy to clipboard operation
laravel-blade-sortable copied to clipboard

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

Open dcemal opened this issue 3 years ago • 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

dcemal avatar Sep 13 '22 10:09 dcemal

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

Freddyqt avatar Nov 02 '22 20:11 Freddyqt