fixed the issue on auto refresh for widgets

This commit is contained in:
Naser Mansour 2026-01-17 12:28:25 +02:00
parent 71114974ab
commit 42014c458c
3 changed files with 15 additions and 0 deletions

View File

@ -5,6 +5,11 @@ use Livewire\Volt\Component;
new class extends Component
{
public function refresh(): void
{
// Explicit refresh method for wire:poll compatibility
}
public function with(): array
{
return [

View File

@ -5,6 +5,11 @@ use Livewire\Volt\Component;
new class extends Component
{
public function refresh(): void
{
// Explicit refresh method for wire:poll compatibility
}
public function with(): array
{
return [

View File

@ -5,6 +5,11 @@ use Livewire\Volt\Component;
new class extends Component
{
public function refresh(): void
{
// Explicit refresh method for wire:poll compatibility
}
public function with(): array
{
return [