grmatthews
grmatthews
So i have tried to set up code sandbox - updated package.json - renamed calling page to App.jsx It still doesn't compile, unfortunately. it's complaining about ModuleNotFoundError, which people (when...
OK, update. So the code sandbox now works, i.e. renders the email ok but my app is still giving this compile error: ./node_modules/@react-email/render/dist/index.mjs Attempted import error: 'convert' is not exported...
OK, so i've tried updating node versions to v18 for what it's worth, and that didn't make a difference either. code sandbox still works, but my app still gets this...
I created a code sandbox that does NOT have the problem - https://codesandbox.io/s/react-email-test-ld5jnt?file=/src/pagefragment.jsx:149-218, but unfortunately, the problem still occurs in my app. Any thoughts on what could cause this?
I've just checked also. No idea what happened with the code sandbox but some of my changes seem to have been reverted. I did have react-email working fine in the...