What?
New here. If outputting
{{ variable_holding_array }} during preview I get a Fatal error. This is not supposed to happen and looks like a regression/bug to me. Update: Nope. Not really. Related to if/not the Drupal Error Handler is enabled or not. So not a regression, but still something we need to deal with bc I do feel in production we could have cases where people decide to use the normal PHP error handler instead of the built in Drupal one to avoid user facing errors (but also c'mon avoid white screens)
Testing with 1.2.0 and Drupal 9.5.10