getting this error?

Unable to locate a class or view for component [filament-actions::modals]. (View: /Users/ranium/Desktop/email-templates/vendor/filament/tables/resources/views/index.blade.php) (View: /Users/ranium/Desktop/email-templates/vendor/filament/tables/resources/views/index.blade.php)
10 Replies
toeknee
toeknee16mo ago
Cool..
mathan7136
mathan7136OP16mo ago
Any solutions ?
Patrick Boivin
Patrick Boivin16mo ago
Please put more effort in your message. Where does this error happen? What is the context of your project? You have to help us help you
Thijmen
Thijmen16mo ago
Published any views?
Dennis Koch
Dennis Koch16mo ago
Did you run artisan filament:upgrade?
LeandroFerreira
LeandroFerreira16mo ago
command not found.. lol
mathan7136
mathan7136OP16mo ago
I am working in plugin ( not in laravel app ), in this plugin i write testcase like this. it('can list email templates', function () { $emailTemplates = EmailTemplate::factory()->count(10)->create(); livewire(ListEmailTemplates::class) ->assertCanSeeTableRecords($emailTemplates); }); then i got this error
LeandroFerreira
LeandroFerreira16mo ago
did you publish the views?
Patrick Boivin
Patrick Boivin16mo ago
Not completely sure but I think you're missing the ActionsServiceProvider in your test case setup.
mathan7136
mathan7136OP16mo ago
okay will check
Want results from more Discord servers?
Add your server