Defining an enum without the corresponding meta:enum is deprecated in drupal:11.2.0 and will throw an error in drupal:12.0.0. See https://www.drupal.org/node/3519574
{{ componentMetadata.meta.properties.target[target] }}
if you have a prop named target
that it's an enum for accessing the translated value. This is NOT recommended, as it ties your component to Drupal, but might be useful.Closes #3493070