resend / react-email

💌 Build and send emails using React
https://react.email
MIT License
12.67k stars 583 forks source link

feat(head): iOS formatting meta tag as default #1369

Closed endymion1818 closed 2 months ago

endymion1818 commented 2 months ago

Meant to deal with #671. Since iOS is one of the most common renderers I figured it would make sense to add this as a default, especially since it is specific to that client it won't adversely affect any other clients.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-email-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2024 11:06am
vercel[bot] commented 2 months ago

@endymion1818 is attempting to deploy a commit to the resend Team on Vercel.

A member of the Team first needs to authorize it.

endymion1818 commented 2 months ago

I'm having trouble with running tests locally, I keep getting the following error

Error: Failed to resolve entry for package "@react-email/render". The package may have incorrect main/module/exports specified in its package.json.
gabrielmfern commented 2 months ago

Love this! Thank you so much for the PR.

@endymion1818 Can you try running pnpm build at the root (which will run turbo build)? Some packages use other packages on the workspace for their tests, so you need to build them all before running their tests.