downshift-js/downshift

React.HTMLProps is not a thing in Flow

Open

#657 opened on 2019年1月29日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)JavaScript (980 forks)batch import
help wanted

Repository metrics

Stars
 (11,761 stars)
PR merge metrics
 (平均マージ 6d 9h) (30d で 5 merged PRs)

説明

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.

コントリビューターガイド