wix-incubator / mjml-react

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

React 18 Support #77

Closed jlarmstrongiv closed 2 years ago

jlarmstrongiv commented 2 years ago

Currently, mjml-react only supports React 17 https://github.com/wix-incubator/mjml-react/blob/master/package.json#L39

Is upgrading as simple as bumping the peerDependencies, or would internals and utils need to be updated too?