/livewire/update not called
Hello,
I'm having a strange issue with latest Filament v4 version, on any of my pages, looking on browser Network tab i dont see anymore call to /livewire/update
Any idea why ?
7 Replies
Can you provide some code so that we can se what you are doing with field
please provide more info/code
sorry my bad, i was using a widget to display some stats, and missed to place this in my custom widget blade file
try to add this code in your widget and check if it works:
yes now works once i've added that code i've mentioned to my widget blade file
Issue in your code, not in Filament/Livewire
Is the
wire:poll attribute properly passed to the widget?