diff --git a/src/FieldInheritanceFactory.php b/src/FieldInheritanceFactory.php
index c0c8e1b16a6651a42d4901264937ebcebfaaf741..419e6072f4352730ad6df34924e52b7b29219e46 100644
--- a/src/FieldInheritanceFactory.php
+++ b/src/FieldInheritanceFactory.php
@@ -81,4 +81,11 @@ class FieldInheritanceFactory extends FieldItemList {
     return \Drupal::service('plugin.manager.field_inheritance');
   }
 
+  /**
+   * {@inheritdoc}
+   */
+  public function setValue($values, $notify = TRUE) {
+    $this->ensureComputedValue();
+  }
+
 }