What seems to be the problem:
ErrorException
Array to string conversion
Steps to Reproduce:
public function rules() { return [
'universityProgram' => ['required_if:type,student,graduate']
];}
public function customAttributes(){return [
'type' => [
'student' => 'estudiante',
'graduate' => 'graduado o egresado'
],
];}
Are you using the latest version of Livewire:
Yes