This might already be known but just tested upgrades on some sites
Tested php 8.3 and can confirm this works as intended.
Tested with latest beta also
DC
{{dc:looper:field key=“title”}}
Works as intended
Twig
{{ looper.field({“key”:“title”}) }}
outputs the string as above
Thanks