You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
c300cfb: Strip React's auto-injected <link rel="preload" as="image"> resource hints from rendered email HTML. React adds one to the document <head> for every <img> during SSR, but email clients ignore preload hints, so they were just noise in the output. Other <link> tags (stylesheets, fonts, user-authored non-image preloads) are left untouched.