3d20623c32
* fix(#274): improve attribute handling * chore: add test for JSX expressions * fix: falsy expressions should not render * chore: add changeset * test: update expression tests * fix: render 0 if value is {0}
283 B
283 B
astro |
---|
patch |
Fixed a bug where Astro did not conform to JSX Expressions' &&
syntax.
Also fixed a bug where <span data-attr="" />
would render as <span data-attr="undefined" />
.