MedicOneSystems/livewire-datatables

Unable to locate a class or view for component [datatables.icons.x-circle].

Opened this issue · 0 comments

Hi When i run php artisan view:cache i found

Unable to locate a class or view for component [datatables.icons.x-circle].
found the solution as needed to replace on
resources/views/livewire/datatables/filters/datetime.blade.php by following
x-datatables.icons.x-circle
by replacing
x-icons.x-circle

hope this will be checked and updated