When i move out of field it gives error This page has expired due to inactivity. Would you like to refresh the page.
livewire version - 2.3.18
class User extends Component
{
public $name;
In view
<input wire:model.lazy="name" name="name" class="appearance-none border-0 rounded-xl w-full py-3 px-3 text-gray-700 leading-tight bg-concrete-500 focus:outline-none placeholder-tundora-500 placeholder-opacity-50 font-poppins font-regular focus:shadow-md focus:border-0 focus:ring-0 md:px-8" id="name" type="text" placeholder="Enter your name">
include this in your VerifyCsrfToken
protected $except = [
'livewire/*',
];