mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
618ea3a8ea
* escape </script> in string literals * add changeset
5 lines
249 B
Markdown
5 lines
249 B
Markdown
---
|
|
'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.
|