act(() => {
      (ref.current as FormInterface).focus('foo');
      (ref.current as FormInterface).blur('foo');
    });