it('should not be affected by error changes for other fields', () => {
    const ref = React.createRef<FormInterface>();

    const [handleField, WithField] = fieldHandler(['foo']);