tbranyen/diffhtml

Remove prop-types requirement / fake-prop-types warning

tbranyen opened this issue · 0 comments

prop-types package should be optional, and allow for typeof checks using strings, or instanceof checks, using functions/constructors. If real prop-types are used, checkPropTypes can be called.