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.

貢獻者指南