Signals not updating in <For> tag
I have code that looks like this:
This creates a random grid of red ang green squares. I want to be able to click any square and have the color flip. With logging, I found that the
This creates a random grid of red ang green squares. I want to be able to click any square and have the color flip. With logging, I found that the
grid signal is updating, but the colors aren't changing. Am I completely misunderstanding signals here?