Replies: 1 comment 2 replies
-
Because we use React DOM under the hood, and React DOM adds them in without any option to opt-out (AFAIK). In the future, we're probably going to use another renderer more meant for our kind of use case that won't have this, ideally. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This causes a real annoying issue where mac's email clients will never actually load images when users press 'load external content'. I was struggling for days trying to figure out what causes this! Then I got a newsletter from Resend themselve. And the images did not load. I solved the issue by removing the link preload tags in the head. And it finally works! Question now is, is this ok? Or do we actually need those preload tags in there??
Beta Was this translation helpful? Give feedback.
All reactions