Issue #3462700 by niklan, richardgaunt, smustgrave, pdureau: Update...
Issue #3462700 by niklan, richardgaunt, smustgrave, pdureau: Update ComponentValidator to always include the component ID
(cherry picked from commit 39b27921)
// We check the error message instead of values and definitions here
// because it's hard to access both given the possible complexity of a
// schema. Since this is a small non critical DX improvement error
@@ -217,11 +217,17 @@ static function (array $error): string {
$error['message'].='. This may be because the property is empty instead of having data present. If possible fix the source data, use the |default() twig filter, or update the schema to allow multiple types.';