{{#each compareDataRaw as |row index|}}
{{log compareDesigns.[index]}}
{{rr/bar-chart
chartId=(concat "chart" index)
data=row
}}
{{end}}
I am trying to get the element from compareDesigns array with no luck?
I have also tried snippet below with the same context with the same outcome undefined.
{{log compareDesigns.index}}