if we create a TextInput and later on try to set it color property we get the error 'latestColor is not defined'. there was not such a problem with version cdn/02.
the setter of the color property has this line: label.color = latestColor = value;
if we create a TextInput and later on try to set it color property we get the error 'latestColor is not defined'. there was not such a problem with version cdn/02.
the setter of the color property has this line: label.color = latestColor = value;