Hi Charlie,
I think I have found a bug when DC is used in Custom Attributes. For example, if I set a custom attribute like this:
data-date
{{ looper.field({"key":"event_start_date_formatted"}) }}
The inspected output is as follows:
If it is entered in the traditional way it renders correctly:
data-date
{{dc:looper:field key="event_start_date_formatted"}}
Can you replicate the error?
Thanks,
Christopher