astro/.changeset/fair-dogs-tie.md
Mihkel Eidast 618ea3a8ea
Fix nested client load directive (#1030)
* escape </script> in string literals

* add changeset
2021-08-09 16:36:12 -05:00

249 B

astro
patch

Properly escapes script tags with nested client:load directives when passing Astro components into framework components via props. Browsers interpret script end tags in strings as script end tags, resulting in syntax errors.