creating and using the following class works in my limited testing, wondered if there was a reason? ``` class NewTextInput extends TextInput { use CanFixIndistinctState; } ```