astro@3.0.4
版本发布时间: 2023-08-31 23:38:30
withastro/astro最新发布版本:astro@4.16.16(2024-11-27 22:22:39)
Patch Changes
-
#8324
0752cf368
Thanks @matthewp! - Prevent React hook call warnings when used with MDXWhen 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.