Hi, I am using livewire as the starter kit but when i try to use the routes as mentioned in the documentation Route::get('/', Home::class); , the server shows the error
"Attempt to read property "name" on null"
any quick fix for this , I imported the classes in the routes file too
it was not about the controller , I was using incorrect method to render my components and layouts in views , now I have done it the right way , thankyou