How to use ViewComponent Class
I've write some livewire class using
than, i include it to other livewire components like this
its work, and im start to extends ViewComponent Class
and now the problem begin, its throw an error
why is this happening?
php artisan make:livewire HeroSectionthan, i include it to other livewire components like this
its work, and im start to extends ViewComponent Class
and now the problem begin, its throw an error
Unable to find component: [App\Livewire\HeroSection]why is this happening?