MedicOneSystems / MedicOneSystems/livewire-datatables
Unable to locate a class or view for component [datatables.icons.x-circle].
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect resources/views/livewire/datatables/filters/datetime.blade.php and compare the component reference with the namespaced datatables icon syntax shown in the issue. Run php artisan view:cache before and after the change; done means the view cache command no longer reports the missing datatables.icons.x-circle component.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php, tailwindcss
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100