orliesaurus / nodemailer-mailgun-transport

nodemailer is an amazing node module to send emails within any of your nodejs apps. This is the transport plugin that goes with nodemailer to send email using Mailgun 🔫
MIT License
880 stars 97 forks source link

Warning: React.createFactory() is deprecated and will be removed #96

Open eytanronen opened 4 years ago

eytanronen commented 4 years ago

All working well but getting the following warning when using the react template engine:

Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead