[ISSUE ] Wix not properly rendering computed values?

@yisrael-wix See below. I’m trying to build the following:

When the button on the right is clicked, the colors ($item ( “#box217” ). style . backgroundColor) should move up one place to the right, with the exception of the last item, which should come to the front.

In my code I loop over each item, I store the current item, overwrite that item with the previous item and use the stored item in the next iteration.

Also when using forItems on 1 particular index, you are not looping, so no I don’t have two loops within forEachItem().

Anyways, after clicking the button, the computed values (showing the values that the browser is actually using on the rendered website) for the first item of the repeater contain the right data as you can see:

It’s just not properly rendered in the UI itself. The data is present, this should work. Please don’t forget about above issue either, this is the second example within this post. Also in previous posts I have talked about this issue.