mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
0752cf3688
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
297 B
297 B
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.