Xexr
Xexr
Thanks @nirmpate That was half the issue, the colours are normal when not on dark mode. If you don't use hex colours does gmail avoid this? There are still issues...
+1 for libsql/turso support
Great news @huyphams. Will it be coming to all client platforms?
Fwiw, I've been using a fork of this to get compatibility with nextJS 14.3.0. It's been working well so far.
@gabrielmfern Yes its jsx-email, but I spoke too soon. I actually now get the error: ``` TypeError: renderToStream is not a function ``` The original issue I had is this:...
Thanks @gabrielmfern #1443 allowed me to progress past that error. I merged it in to react-email render and then used that in a fork of resend with react/react-dom pegged to...
Hi @gabrielmfern, thanks for this. This was rendering on the server and it was resend that was stuck in a loop specifically. I've moved to a different architecture to get...
I get this same build issue with Next 14.3.0 & React 18.3.1 as well fwiw: ``` Creating an optimized production build ... Failed to compile. ./node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@headlessui/react/dist/utils/stable-collection.js Attempted import error: '__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED'...
Facing the same issue on mobile and I can't figure out a way around it presently. Any chance of this one being resolved? One extra bit of context though. It's...
Thanks @lforst Yes, agreed its inconsistent, I have noticed that very occasionally some events get through, but its rare. I originally started by using Sentry.withServerActionInstrumentation but was finding the same...