Maybe you can make a class out of the `x`, `xError...
# announcements
k
Maybe you can make a class out of the
x
,
xError
pair? And then you'd have something like
Copy code
setState { copy(registerForm = registerForm.copy(firstName = validatedFirstName(text))) }