downshift-js/downshift

React.HTMLProps is not a thing in Flow

Aberta

#657 aberto em 29 de jan. de 2019

 (5 comentários) (0 reação) (0 responsável)JavaScript (980 forks)batch import
help wanted

Métricas do repositório

Stars
 (11.761 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador