aweary/react-is-deprecated
Ver no GitHubDoesn't work with new 'prop-types' library
Open
#6 aberto em 24 de ago. de 2017
help wanted
Métricas do repositório
- Stars
- (44 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
In the addIsDeprecated wrapper you iterate over all properties on the PropTypes object and call .bind() for each property. However, in the new prop-types library they added a self-reference of PropTypes into the PropTypes object which causes it to break since it's not a function. There is also a checkPropTypes which may also be problematic.
You can view their source here