How to use Livewire Component in Custom Page ?
Im Simply tryna use Livewire component in my filament custom page, but i get
(second img)
"Livewire page component layout view not found: [components.layouts.app]"
(third img)
when i try to add "#[Layout('filament-panels::components.layout.index')]" i get "Undefined variable $livewire"
(second img)
"Livewire page component layout view not found: [components.layouts.app]"
(third img)
when i try to add "#[Layout('filament-panels::components.layout.index')]" i get "Undefined variable $livewire"



Solution
im using custom page, i found out the problem was in livewire and already fixed by caleb, i run composer update and it fixed.