Unable to call component method. Public method [setValue] not found on component
blade file
component
component
<button wire:click.prevent="setValue({{ $i }})">protected string $view = 'forms.components.star-rating';
protected int $value = 2;
protected int $maxStars = 5;
public function setValue(int $value): void
{
$this->value = $value;
}