When an interpolation contains a property value of an array (e.g. items[0]), then it should be able correctly extract the component.
The name of the variable should be the array name + index. So, in case of items[0] the property should be called items0
When an interpolation contains a property value of an array (e.g. items[0]), then it should be able correctly extract the component.
The name of the variable should be the array name + index. So, in case of
items[0]the property should be calleditems0