facebook / prop-types

Runtime type checking for React props and similar objects
MIT License
4.48k stars 356 forks source link

Replace error log with warn #251

Closed vkhv closed 5 years ago

vkhv commented 5 years ago

It difficult to find real error in a big project, when you have no way fix components of other teams.

facebook-github-bot commented 5 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

threepointone commented 5 years ago

how would making it warn instead fix that problem?

ljharb commented 5 years ago

This is a duplicate of #245; also a duplicate of #63, so I'm going to close it.