© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
leoblanski

Snapshot missing on Livewire component - Header Action

Hey guys.

I made a view resource in my application where I have a view blade loaded into Section Component.

Section::make()->view('filament.user.resources.client-resource.widgets.client.header-session'...
Section::make()->view('filament.user.resources.client-resource.widgets.client.header-session'...


Inside view, I'm using a custom livewire component to show tags:

@if ($client->tags->count() > 0)
    <div class="flex gap-3">
       @foreach ($client->tags as $tag)
           <livewire:badge-tag-action :tag="$tag" :model="$client"/>
       @endforeach
     </div>
@endif
@if ($client->tags->count() > 0)
    <div class="flex gap-3">
       @foreach ($client->tags as $tag)
           <livewire:badge-tag-action :tag="$tag" :model="$client"/>
       @endforeach
     </div>
@endif

Everything is working well at this point, but for some reason, When I execute my Header Action, returns livewire error, IF i remove this custom view, It works fine, what i'm doing wrong?

Action code:
Solution
Added :wire:key="'badge-tag-' . $tag->id" /> and it works.
Jump to solution
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

Snapshot missing on Livewire component with id: s1fjxQ1BkDzisW8eaBSG
FilamentFFilament / ❓┊help
3y ago
Snapshot Missing - View Column with Livewire Component
FilamentFFilament / ❓┊help
3y ago
Uncaught Snapshot missing on Livewire component with id: QAcNIGM0wsdXZxTaZYW7
FilamentFFilament / ❓┊help
2y ago
Uncaught Snapshot missing on Livewire component with id: 5k8cfyjIWCqpkMXB2LHv
FilamentFFilament / ❓┊help
3y ago