The like-and-dislike views plugin loads the base entity, not the configured relationship.
Use $this->getEntity($values) instead of $values->_entity.
$this->getEntity($values)
$values->_entity
Active
2.0
Code