aura:iteration items="{!v.oProducts}" var="product" indexVar="index"
When I start changing code at say line 40 the IDE is changing my
indexVar
parameters to indexvar
which in turn cause my code to not work.I have reproduced this by adding a div to the top of the itertation tag and at the bottom, looks like it may be tied to the auto indent/formatting of the code.