Faire / mjml-react

React component library to generate the HTML emails on the fly
https://www.npmjs.com/package/@faire/mjml-react
MIT License
387 stars 17 forks source link

Remove `react-reconciler` as a dependency #26

Closed IanEdington closed 2 years ago

IanEdington commented 2 years ago

react-reconciler is only used in render-to-json.js and render-to-json2.js. Since these are both split out of the main bundle we can require that users of these functions manage the dependency themselves. This will allow everyone else not to include this fragile package in their builds.

fixes: #10