I am working on a Woocommerce website and I want to list all the available product colours for variable products as colour badges. I used ACF repeater to place a repeater for all the products and a Color Picker inside it, to define the colors.
I was able to populate the query, but the first item with "data-query-loop-index=“0"” doesn’t seem to get the background-color CSS property at all. All other values are populated correctly, so data-query-loop-index from 1 gets the right background-color.
The problem should be related to this report, which is already fixed in Bricks 1.9.7.1.
Also, I’m not able to replicate it using the current version. Can you please check it again using the current version?