0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/.changeset/tame-seas-sort.md

10 lines
297 B
Markdown
Raw Normal View History

---
'astro': patch
---
Prevent React hook call warnings when used with MDX
When React and MDX are used in the same project, if the MDX integration is added before React, previously you'd get a warning about hook calls.
This makes it so that the MDX integration's JSX renderer is last in order.