astro/.changeset/curvy-owls-grow.md
Daniel 1126c750ed fix: Failed to execute 'encode' on 'TextEncoder': parameter 1 is not of type 'String' in Edge Runtime SSR (#6070)
* minor fixes for errors related to vercel SSR in core

* yielding empty string instead of nothing, to not exit the iterator

---------

Co-authored-by: AirBorne04 <>
2023-02-03 12:18:19 -05:00

155 B

astro
patch
  • safe guard against TextEncode.encode(HTMLString) [errors on vercel edge]
  • safe guard against html.replace when html is undefined