MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 259 forks source link

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

Open tej-alien opened 10 months ago

tej-alien commented 10 months ago

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