© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
Zod

Action modal is not showing

I have the following code in my table:
Action::make('review')
->label('Review')
->modalContent(function (Company $company) {
return view(
'filament.resources.company-resource.pages.review-company',
compact('company')
);
})

In the blade I have the following:
<x-filament-panels::page>
<h2 class="text-xl font-bold">Review Company</h2>

<div>
<h3 class="font-bold">Company Information</h3>
<p>Name: {{ $company->name }}</p>
</div>
</x-filament-panels::page>


This will not open the modal, only when I write code that gives an error in the blade, it shows the error in the modal when I click review.

It gives the following error in the console with the code above:
Uncaught (in promise) Snapshot missing on Livewire component with id: XXXXXXXXXXX
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Action inside modal is not working
FilamentFFilament / ❓┊help
2y ago
View action modal not showing when using table widget.
FilamentFFilament / ❓┊help
6mo ago
Table action modal not showing up for some records
FilamentFFilament / ❓┊help
12mo ago
Table action modal not showing up on 1st click
FilamentFFilament / ❓┊help
3y ago