livewire-datatables
livewire-datatables copied to clipboard
Unable to locate a class or view for component [datatables.icons.x-circle].
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