downshift-js/downshift

React.HTMLProps is not a thing in Flow

オープン

#657 opened on 2019/01/29

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (980 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (11,761 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

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