Anthony Truby
Results
1
comments of
Anthony Truby
`fullName.valid` and `fullName.invalid` triggers `validator()`, which will return the result whether it's `Pure` or not. You'd be better off doing something along the lines of ``` errorText: state.fullName.status == FormzInputStatus.pure...