blade-ui-kit / blade-heroicons

A package to easily make use of Heroicons in your Laravel Blade views.
https://blade-ui-kit.com/blade-icons
MIT License
551 stars 50 forks source link

Unable to locate a class or view for component with orchestra/testbench-dusk #23

Closed royduin closed 3 years ago

royduin commented 3 years ago

See: https://github.com/rapidez/core/actions/runs/986308235 in the artifacts file there are screenshots with:

image

Any suggestions?

driesvints commented 3 years ago

I'll need a lot more info... Can you please point out to the Blade views where the icon is used? Is the project where this is happening open source? How do I reproduce this?

royduin commented 3 years ago

It's used here and yes the whole project is open source. To reproduce; pull, composer install and follow the browser test steps just like the Github action.

driesvints commented 3 years ago

I don't see anything special in your project that could be causing it. Sometimes this can be resolved by applying icon caching. Can you try to add that step after the composer install step? https://github.com/blade-ui-kit/blade-icons#caching

royduin commented 3 years ago

Needed to register the packages: https://github.com/rapidez/core/commit/fe7dfc9a097ac806eeaea316f132a9d7a57654e8, thanks for your time!