0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/.changeset/forty-turkeys-tap.md
duanwilliam e648c5575a
fix: dont error on nullish prop values in jsx runtime (#10584)
* fix: prevent jsx runtime from erroring on nullish prop values when checking for slot props

* chore: changeset
2024-03-29 10:14:25 +00:00

128 B

astro
patch

Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions.