Minor Changes
- 3353e03: expose the unformatted (non-prettified) HTML from
composeReactEmailas a newunformattedHtmlfield on the result. The existinghtmlfield is unchanged and still Prettier-formatted. Consumers that persist or send the email should preferunformattedHtml, sincepretty()indentation can inflate the byte size by 5–10× on deeply-nested table layouts (e.g. exports from Stripo or Mailchimp) and pushes the output past Gmail's 102 KB clipping threshold.