EleanorLee42

Results 2 comments of EleanorLee42

@gabrielmfern I'm seeing this issue, too, with `@react-email/[email protected]` and above. It appears to be an issue with render expecting [tag omission](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p#technical_summary). This: ``` await render( Hi , { pretty: true...

@gabrielmfern if it helps, I'm wondering if [this change](https://github.com/resend/react-email/commit/da3e719f69094190c754a5b22b83e26b93a3c003?w=1#diff-0410bccd829eb8af59dead354217b8cbf28ee896dd8b7b98cbc0789caa39df16) from `js-beautify` to `prettier` is what caused this issue. I've noticed that the render only fails when `{ pretty: true }`...