downshift-js/downshift

React.HTMLProps is not a thing in Flow

开放

#657 创建于 2019年1月29日

 (5 条评论) (0 个反应) (0 位负责人)JavaScript (980 个派生)batch import
help wanted

仓库指标

星标
 (11,761 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Problem description:

Your Flow type definitions make use of React.HTMLProps, but this type doesn't exist in Flow.

https://github.com/paypal/downshift/blob/master/flow-typed/npm/downshift_v2.x.x.js.flow#L143

Suggested solution:

Maybe $Shape<HTMLSomething> will produce something similar.

贡献者指南