mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
47ac2ccd17
* 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)
6 lines
102 B
Markdown
6 lines
102 B
Markdown
---
|
|
'astro': patch
|
|
'@astrojs/parser': patch
|
|
---
|
|
|
|
Fix #521, allowing `{...spread}` props to work again
|