0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/.changeset/shy-cats-brake.md
Nate Moore 47ac2ccd17
Fix {...spread} props (#522)
* fix(#521): allow spread props

* chore: add spread prop tests

* fix: falsy expressions should only be skipped in 'Expression' case

* fix: support primitives in expressions (objects, arrays)
2021-06-24 17:41:10 -05:00

6 lines
102 B
Markdown

---
'astro': patch
'@astrojs/parser': patch
---
Fix #521, allowing `{...spread}` props to work again