-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to locate a class or view for component [heroicon-o-table] #9
Comments
Did you run |
I'm running the package atm in several production apps with these specs so not really sure what's going on here. Can you reproduce this on a fresh install? |
Thanks, I've managed to reproduce this. This seems to be a Laravel 8 specific problem. I'm a bit at a loss atm wat what's causing this but would greatly appreciate any help. |
I ran into the same problem, BUT just to be sure: Did you install the Now after checking twice, with the |
I got the same problem after upgrading to Laravel 8. But in my case, the error happened on different icon:
|
This fixed it for me. I removed both blade-heroicons and blade-icons. Then just installed blade-heroicons. Now working in Laravel 8. Thanks. |
Tested this and its working for me, I think its safe to close the issue while upgrading to the latest Laravel 8.x version :) |
I also can't recreate it anymore on a fresh install so I'm closing this. Thanks all. |
Description:
Steps To Reproduce:
<x-heroicon-o-table/>
on view.php artisan optimize
The text was updated successfully, but these errors were encountered: