wix-incubator / mjml-react

React component library to generate the HTML emails on the fly
MIT License
989 stars 50 forks source link

Allow React v17, fix yoshi version #49

Closed JacobLey closed 3 years ago

JacobLey commented 3 years ago

Hi I started using this library for MJML rendering.

However I currently have React v17 installed locally already, and the current peer dependencies complain about mismatch. Looking through the code, I don't see any usage of breaking changes from v17 (which already had minimal tweaks).

So I'm opening this PR to allow React v17 and silence those errors. Also when installing/running tests locally, the yoshi version failed. Looking at available versions, that appears to a typo

mastertheblaster commented 3 years ago

Hey, published version mjml-react@1.2.0 with react 17 support. I hope it will help you.