UNOwen

Results 7 comments of UNOwen

I'm sorry for not answering for so long -- somehow I didn't get notifications of the issues. The only way to use the exact same completions in javascript/css is to...

> The code to the reproduction seems to be down, can you make it public? Gabriel, I’d like to keep the repository private, but I granted you access.

Upon some basic investigation, the character involved has hex byes of EF BF BD, and is the https://www.cogsci.ed.ac.uk/~richard/utf-8.cgi?input=%EF%BF%BD&mode=char "REPLACEMENT CHARACTER". It repeats twice in a row a lot of the...

The issue seems to be universal. I am observing these characters appearing both when rending emails within Cloudflare workers, and while on my macOS desktop in preview mode in the...

With these component versions installed, the email appears to be completely blank when rendered on a cloudflare worker and displayed in Firefox browser or email client like Mail. The HTML...

I am using `"react-email": "3.0.1"` to set rendering up overall, and using `import { render } from '@react-email/components'` method. Rendering worked before updating the dependencies, and I haven't done any...

Upon upgrading `react-email` to `3.0.2-canary.2` on the whole, I am still observing "empty" HTML emails upon delivering to the email inbox. Browser preview in the dev server looks fine.