downshift-js / downshift-js/downshift
React.HTMLProps is not a thing in Flow
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 936
- PR merge metrics
- No merged PRs in 30d
Description
**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` will produce something similar.
Contributor guide
Assessment
This issue has not been assessed yet.