astro/packages
Mateus Esdras 8fb1f53e96
fix(runtime): do not render empty Fragment (#2667)
This commit fixes the bug when returning an empty Fragment which makes
it undefined. This is because unescapeHTML (raw) will create a String object
with an 'undefined' string.

To fix this we need to check if the `children` is null or undefined
before marking a string as raw.
2022-02-28 16:03:28 -06:00
..
astro fix(runtime): do not render empty Fragment (#2667) 2022-02-28 16:03:28 -06:00
astro-parser [ci] release (#2619) 2022-02-18 16:33:56 -06:00
astro-prism [ci] release (#2219) 2021-12-23 11:49:30 -05:00
create-astro [ci] release (#2433) 2022-01-20 19:23:30 -05:00
markdown/remark [ci] yarn format 2022-02-24 20:49:48 +00:00
renderers [ci] release (#2619) 2022-02-18 16:33:56 -06:00