Don’t set anything in your getter, those functions are suppose to be pure and have no side effects. So do the color changes in Tick, or add another binding for just the color.
Don’t set anything in your getter, those functions are suppose to be pure and have no side effects. So do the color changes in Tick, or add another binding for just the color.