mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
0752cf3688
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
9 lines
297 B
Markdown
9 lines
297 B
Markdown
---
|
|
'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.
|