Closed robcxyz closed 11 months ago
This is splitting up the string ordereddict([... which should never happen
ordereddict([...
<-: field: k1: v1 k2: v2 call->: var "{{item}}" --for field
This will not work because field hook calls have no context of the fields previously parsed.
This is splitting up the string
ordereddict([...
which should never happen