I am using Pattern Lab Node v2.11.0 on Mac, with Node v6.11.3, using the Gulp Edition.
Expected Behavior
Should render three different titles harvested from _data/listitems.json.
Actual Behavior
Renders three times the same title attribute which is defined in _data/data.json
Steps to Reproduce
Consider this template code:
{{#listItems.three}}
{{title}}
{{/listItems.three}}
Note: it is working in PL-node v2.9.3 so it has to be a problem with the refactoring of data in the latest release.
I am using Pattern Lab Node
v2.11.0onMac, with Nodev6.11.3, using theGulpEdition.Expected Behavior
Should render three different
titles harvested from_data/listitems.json.Actual Behavior
Renders three times the same
titleattribute which is defined in_data/data.jsonSteps to Reproduce
Consider this template code:
Note: it is working in PL-node v2.9.3 so it has to be a problem with the refactoring of data in the latest release.