chromakode / react-html-email

Create elegant HTML email templates using React.
MIT License
896 stars 115 forks source link

Latest React PropTypes is deprecated - use npm Proptype package #37

Closed centinel3 closed 6 years ago

centinel3 commented 7 years ago

I just installed and am using this awesome package and noticed that I'm getting a react warning about proptypes:

Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

I took a look at the code and it looks like the native React.PropTypes is being used. Any way you could update this to use the npm prop-type package now? React is deprecating this in the near future.

Let me know when you can. Thanks! -Chris

chromakode commented 6 years ago

Fixed in https://github.com/chromakode/react-html-email/commit/c1d9dc558f78423eddec5c8bdb54294f8e6ea806. :+1: