Closed ccorcos closed 7 years ago
I want to render emails in the browser while designing, but Oy imports ReactDOMServer which imports the fs module for the purpose of renderToNodeStream() and renderToStaticNodeStream() which this project isn't even using.
fs
renderToNodeStream()
renderToStaticNodeStream()
Thanks for the PR! I'm unfamiliar with react-dom/server.browser. I'd like to test it myself before merging and will do so tonight.
I want to render emails in the browser while designing, but Oy imports ReactDOMServer which imports the
fs
module for the purpose ofrenderToNodeStream()
andrenderToStaticNodeStream()
which this project isn't even using.