MedicOneSystems / MedicOneSystems/livewire-datatables

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

Open
#587 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.