Update mention about script processing behavior in JSX expression#10656
Update mention about script processing behavior in JSX expression#10656MoustaphaDev merged 5 commits intomainfrom
Conversation
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Thanks for the update! Also a related comment here re: what we might need in the compiler PR! withastro/compiler#1057 (comment) |
sarah11918
left a comment
There was a problem hiding this comment.
I just reordered some stuff on the upgrade guide to fit the structure and directly committed, but otherwise, ready to go when the feature PR is released! Thanks for such clear advice! 🎉
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Description (required)
Since
renderScriptwas turned on by default in Astro 5, rules of processing scripts are consistent, regardless of the context the script is written in.I added an example to show what it unlocks (todo)
Related issues & labels (optional)
RenderScriptis enabled compiler#1057