Unable to locate a class or view for component [filament-actions::modals].
I built a filament plugin in version 2. Now I have upgraded it to v3. After making some adjustments, everything is working fine except tests. I am getting following error while running tests
Error: Unable to locate a class or view for component [filament-actions::modals]. (View: /Users/akshay/sites/email-templates/vendor/filament/tables/resources/views/index.blade.php) (View: /Users/akshay/sites/email-templates/vendor/filament/tables/resources/views/index.blade.php)
2 Replies
Not completely sure but I think you're missing the
ActionsServiceProvider
in your test case setup.@Patrick Boivin It worked. thank you so much.