const {rerender} = render(
      <Form.Form values={{foo: 'bar'}}>
        <WithField />
      </Form.Form>,
    );