downshift-js/downshift

React.HTMLProps is not a thing in Flow

Ouverte

#657 ouverte le 29 janv. 2019

 (5 commentaires) (0 réaction) (0 personne assignée)JavaScript (980 forks)batch import
help wanted

Métriques du dépôt

Stars
 (11 761 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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<HTMLSomething> will produce something similar.

Guide contributeur