如何解决获取 FocusOptions 的 Flow(InferError)?

How to resolve a Flow(InferError) getting for FocusOptions?

我收到以下行的流错误

element.focus({ preventScroll: true });

但它应该支持 preventScroll 属性 for FocusOptions

看来我得升级flow

此问题与 https://github.com/facebook/flow/issues/7651

有关